Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CF Logging And Metrics CI Bot committed May 13, 2024
1 parent 6de9a41 commit 1c5ea80
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.10

require (
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
code.cloudfoundry.org/tlsconfig v0.0.0-20240506165053-ee50c1ee9388
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80
git.sr.ht/~nelsam/hel/v3 v3.0.4
github.com/onsi/ginkgo/v2 v2.17.3
github.com/onsi/gomega v1.33.1
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 h1:S6Lgg5UJbhh2bt2TGQxs6R00CF8PrUA3GFPYDxy56Fk=
code.cloudfoundry.org/go-loggregator/v9 v9.2.1/go.mod h1:FTFFruqGeOhVCDFvyLgl8EV8YW63NNwRzLhxJcporu8=
code.cloudfoundry.org/tlsconfig v0.0.0-20240506165053-ee50c1ee9388 h1:TAtvhdrE/hhV3Prqe9VpD+ZuHc+sN/8GkT1fAKtoYmY=
code.cloudfoundry.org/tlsconfig v0.0.0-20240506165053-ee50c1ee9388/go.mod h1:nrEZdor0XB7oBXmkKyVtYFk3oGF6eCmryhVBOeGaUso=
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80 h1:nxUb5mt6hUgetPgjwcApBzu7SvoweFyxeJndc6ueERU=
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80/go.mod h1:nrEZdor0XB7oBXmkKyVtYFk3oGF6eCmryhVBOeGaUso=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
git.sr.ht/~nelsam/hel/v3 v3.0.4 h1:ElleA4q9XHTskFod5T7cC4oXOULo41jKRjYijTIlJgw=
Expand Down
70 changes: 32 additions & 38 deletions src/vendor/code.cloudfoundry.org/tlsconfig/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# code.cloudfoundry.org/go-loggregator/v9 v9.2.1
## explicit; go 1.21
code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2
# code.cloudfoundry.org/tlsconfig v0.0.0-20240506165053-ee50c1ee9388
# code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80
## explicit; go 1.19
code.cloudfoundry.org/tlsconfig
code.cloudfoundry.org/tlsconfig/certtest
Expand Down

0 comments on commit 1c5ea80

Please sign in to comment.