Skip to content

Commit 2f32ba5

Browse files
chore: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#9242)
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.3...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f02aab commit 2f32ba5

File tree

9 files changed

+98
-10
lines changed

9 files changed

+98
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ require (
165165
github.com/beorn7/perks v1.0.1 // indirect
166166
github.com/cespare/xxhash/v2 v2.2.0 // indirect
167167
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
168-
github.com/cloudflare/circl v1.3.3 // indirect
168+
github.com/cloudflare/circl v1.3.7 // indirect
169169
github.com/containerd/log v0.1.0 // indirect
170170
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
171171
github.com/containerd/ttrpc v1.2.2 // indirect

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWR
283283
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
284284
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
285285
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
286-
github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=
287286
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
287+
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
288+
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
288289
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
289290
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
290291
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=

vendor/github.com/cloudflare/circl/ecc/goldilocks/twist.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudflare/circl/internal/sha3/keccakf.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudflare/circl/internal/sha3/sha3.go

+8-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudflare/circl/internal/sha3/shake.go

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudflare/circl/math/primes.go

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudflare/circl/sign/ed25519/ed25519.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ github.com/cespare/xxhash/v2
363363
github.com/chrismellard/docker-credential-acr-env/pkg/credhelper
364364
github.com/chrismellard/docker-credential-acr-env/pkg/registry
365365
github.com/chrismellard/docker-credential-acr-env/pkg/token
366-
# github.com/cloudflare/circl v1.3.3
366+
# github.com/cloudflare/circl v1.3.7
367367
## explicit; go 1.19
368368
github.com/cloudflare/circl/dh/x25519
369369
github.com/cloudflare/circl/dh/x448

0 commit comments

Comments
 (0)