Skip to content

Commit 68defd9

Browse files
deps: bump github.com/cloudflare/circl (#220)
Bumps the go_modules group with 1 update in the / directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl). Updates `github.com/cloudflare/circl` from 1.6.1 to 1.6.3 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df6138f commit 68defd9

2 files changed

Lines changed: 4 additions & 100 deletions

File tree

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,10 @@ require (
3535
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
3636
github.com/cisco/go-hpke v0.0.0-20210215210317-01c430f1f302 // indirect
3737
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b // indirect
38-
github.com/cloudflare/circl v1.6.1 // indirect
39-
github.com/davecgh/go-spew v1.1.1 // indirect
40-
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
41-
github.com/felixge/go-patch-overlay v0.0.0-20250623154806-ec286d1fd9dc // indirect
38+
github.com/cloudflare/circl v1.6.3 // indirect
4239
github.com/google/btree v1.1.2 // indirect
4340
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
4441
github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7 // indirect
45-
github.com/pmezard/go-difflib v1.0.0 // indirect
46-
github.com/stretchr/testify v1.6.1 // indirect
4742
github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
4843
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
4944
golang.org/x/mod v0.32.0 // indirect
@@ -52,7 +47,6 @@ require (
5247
golang.org/x/time v0.12.0 // indirect
5348
golang.org/x/tools v0.41.0 // indirect
5449
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
55-
gopkg.in/yaml.v3 v3.0.1 // indirect
5650
)
5751

5852
// TODO: remove all replaces

0 commit comments

Comments
 (0)