Skip to content

Commit dd55084

Browse files
Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#723)
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1. - [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c54373 commit dd55084

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
)
2626

2727
require (
28-
filippo.io/edwards25519 v1.1.0 // indirect
28+
filippo.io/edwards25519 v1.1.1 // indirect
2929
github.com/IBM/sarama v1.46.3 // indirect
3030
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2-
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
1+
filippo.io/edwards25519 v1.1.1 h1:YpjwWWlNmGIDyXOn8zLzqiD+9TyIlPhGFG96P39uBpw=
2+
filippo.io/edwards25519 v1.1.1/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
33
github.com/IBM/sarama v1.46.3 h1:njRsX6jNlnR+ClJ8XmkO+CM4unbrNr/2vB5KK6UA+IE=
44
github.com/IBM/sarama v1.46.3/go.mod h1:GTUYiF9DMOZVe3FwyGT+dtSPceGFIgA+sPc5u6CBwko=
55
github.com/cloudtrust/common-service/v2 v2.17.1 h1:Um/k3DOXBskOh6KXKFozrRNkTuybHLXYdM5ms5O2qZk=

vendor/modules.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# filippo.io/edwards25519 v1.1.0
1+
# filippo.io/edwards25519 v1.1.1
22
## explicit; go 1.20
33
filippo.io/edwards25519
44
filippo.io/edwards25519/field
55
# github.com/IBM/sarama v1.46.3
66
## explicit; go 1.24.0
77
github.com/IBM/sarama
8-
# github.com/VividCortex/gohistogram v1.0.0
9-
## explicit
10-
# github.com/cloudtrust/common-service/v2 v2.17.1-0.20260225124935-dc4023bd830e
8+
# github.com/cloudtrust/common-service/v2 v2.17.1
119
## explicit; go 1.25.3
1210
github.com/cloudtrust/common-service/v2
1311
github.com/cloudtrust/common-service/v2/configuration
@@ -225,8 +223,6 @@ github.com/stretchr/testify/assert/yaml
225223
# github.com/subosito/gotenv v1.6.0
226224
## explicit; go 1.18
227225
github.com/subosito/gotenv
228-
# go.uber.org/atomic v1.11.0
229-
## explicit; go 1.18
230226
# go.uber.org/mock v0.6.0
231227
## explicit; go 1.23.0
232228
go.uber.org/mock/gomock
@@ -240,8 +236,8 @@ golang.org/x/crypto/pbkdf2
240236
# golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
241237
## explicit; go 1.23.0
242238
golang.org/x/exp/slices
243-
# golang.org/x/net v0.50.0
244-
## explicit; go 1.24.0
239+
# golang.org/x/net v0.51.0
240+
## explicit; go 1.25.0
245241
golang.org/x/net/http2/hpack
246242
golang.org/x/net/internal/socks
247243
golang.org/x/net/proxy

0 commit comments

Comments
 (0)