Skip to content

Commit 17e79aa

Browse files
committed
update dep
1 parent 0275428 commit 17e79aa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/smallstep/go-attestation v0.4.4-0.20241119153605-2306d5b464ca
2323
github.com/smallstep/linkedca v0.24.0
2424
github.com/smallstep/truststore v0.13.0
25-
github.com/smallstep/zcrypto v0.0.0-20221001003018-1ab2364d2a91
25+
github.com/smallstep/zcrypto v0.0.0-20250915080517-c4e595d08032
2626
github.com/smallstep/zlint v0.0.0-20220930192201-67fb4aa21910
2727
github.com/stretchr/testify v1.11.1
2828
github.com/urfave/cli v1.22.17
@@ -117,7 +117,7 @@ require (
117117
github.com/smallstep/pkcs7 v0.2.1 // indirect
118118
github.com/smallstep/scep v0.0.0-20240926084937-8cf1ca453101 // indirect
119119
github.com/spf13/cast v1.7.0 // indirect
120-
github.com/weppos/publicsuffix-go v0.20.0 // indirect
120+
github.com/weppos/publicsuffix-go v0.50.0 // indirect
121121
github.com/x448/float16 v0.8.4 // indirect
122122
go.etcd.io/bbolt v1.4.0 // indirect
123123
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ github.com/smallstep/truststore v0.13.0 h1:90if9htAOblavbMeWlqNLnO9bsjjgVv2hQeQJ
299299
github.com/smallstep/truststore v0.13.0/go.mod h1:3tmMp2aLKZ/OA/jnFUB0cYPcho402UG2knuJoPh4j7A=
300300
github.com/smallstep/zcrypto v0.0.0-20221001003018-1ab2364d2a91 h1:XE0cgVBMkYPxOZv4F3YY5mX9GgentifWU6vyJb6gKmc=
301301
github.com/smallstep/zcrypto v0.0.0-20221001003018-1ab2364d2a91/go.mod h1:9AA5+s5DF+8sE93nQ7HUalesU2SDqNfvrwn+dls9upw=
302+
github.com/smallstep/zcrypto v0.0.0-20250915080517-c4e595d08032 h1:D+nDAcaqrOlEBdCtH5sXb4Ilqi0WqkS5OkC4yCkNA3c=
303+
github.com/smallstep/zcrypto v0.0.0-20250915080517-c4e595d08032/go.mod h1:1wszBORG3JKCRYzbfAYXWrtlwdjB4AHQ9zGEvPubsyE=
302304
github.com/smallstep/zlint v0.0.0-20220930192201-67fb4aa21910 h1:eIjaqvVEq+8eWaZd56yA7Ux5W6gJ9kqvq9ZWTsp3fkc=
303305
github.com/smallstep/zlint v0.0.0-20220930192201-67fb4aa21910/go.mod h1:GeHHT7sJDI9ti3oEaFnvx1F4N8n3ZSw2YM1+sbEoxc4=
304306
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
@@ -332,6 +334,8 @@ github.com/urfave/cli v1.22.17/go.mod h1:b0ht0aqgH/6pBYzzxURyrM4xXNgsoT/n2ZzwQiE
332334
github.com/weppos/publicsuffix-go v0.12.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
333335
github.com/weppos/publicsuffix-go v0.20.0 h1:59ypvSUbW3Dunc6zVm+v+MmXf2Q6cGiNDkxgRIzEnaA=
334336
github.com/weppos/publicsuffix-go v0.20.0/go.mod h1:5ZC/Uv3fIEUE0eP6o9+Yg4+5+W8V0/BieMi05feGXVA=
337+
github.com/weppos/publicsuffix-go v0.50.0 h1:M178k6l8cnh9T1c1cStkhytVxdk5zPd6gGZf8ySIuVo=
338+
github.com/weppos/publicsuffix-go v0.50.0/go.mod h1:VXhClBYMlDrUsome4pOTpe68Ui0p6iQRAbyHQD1yKoU=
335339
github.com/weppos/publicsuffix-go/publicsuffix/generator v0.0.0-20220704091424-e0182326a282/go.mod h1:GHfoeIdZLdZmLjMlzBftbTDntahTttUMWjxZwQJhULE=
336340
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
337341
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=

0 commit comments

Comments
 (0)