Skip to content

Commit f53c474

Browse files
build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 (#176)
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.7...v1.6.1) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba3513f commit f53c474

File tree

2 files changed

+4
-97
lines changed

2 files changed

+4
-97
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/functions-framework-conformance
22

3-
go 1.21.13
3+
go 1.22.0
44

55
require (
66
github.com/buildpacks/pack v0.30.0
@@ -44,7 +44,7 @@ require (
4444
github.com/buildpacks/imgutil v0.0.0-20230626185301-726f02e4225c // indirect
4545
github.com/buildpacks/lifecycle v0.17.0 // indirect
4646
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
47-
github.com/cloudflare/circl v1.3.7 // indirect
47+
github.com/cloudflare/circl v1.6.1 // indirect
4848
github.com/containerd/containerd v1.7.11 // indirect
4949
github.com/containerd/log v0.1.0 // indirect
5050
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
@@ -75,7 +75,6 @@ require (
7575
github.com/json-iterator/go v1.1.12 // indirect
7676
github.com/kevinburke/ssh_config v1.2.0 // indirect
7777
github.com/klauspost/compress v1.16.5 // indirect
78-
github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac // indirect
7978
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
8079
github.com/mattn/go-colorable v0.1.13 // indirect
8180
github.com/mattn/go-isatty v0.0.19 // indirect
@@ -103,7 +102,6 @@ require (
103102
github.com/skeema/knownhosts v1.3.0 // indirect
104103
github.com/vbatts/tar-split v0.11.3 // indirect
105104
github.com/xanzy/ssh-agent v0.3.3 // indirect
106-
go.opencensus.io v0.24.0 // indirect
107105
go.uber.org/atomic v1.4.0 // indirect
108106
go.uber.org/multierr v1.1.0 // indirect
109107
go.uber.org/zap v1.10.0 // indirect

0 commit comments

Comments
 (0)