Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eats-ci committed Aug 14, 2024
1 parent d8569f1 commit 09a1d8a
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 125 deletions.
4 changes: 2 additions & 2 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.22.0
toolchain go1.22.6

require (
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/lager/v3 v3.1.0
github.com/cloudfoundry-community/go-cfclient v0.0.0-20220930021109-9c4e6c59ccf1
github.com/cloudfoundry/sonde-go v0.0.0-20240807231527-361c7ad33dc7 // pinned
github.com/onsi/gomega v1.34.1
)

require (
code.cloudfoundry.org/tlsconfig v0.0.0-20240808182450-b1b581e211a2
code.cloudfoundry.org/tlsconfig v0.1.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/cloudfoundry/noaa/v2 v2.4.0
github.com/onsi/ginkgo/v2 v2.20.0
Expand Down
8 changes: 4 additions & 4 deletions src/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
code.cloudfoundry.org/lager/v3 v3.0.3 h1:/UTmadZfIaKuT/whEinSxK1mzRfNu1uPfvjFfGqiwzM=
code.cloudfoundry.org/lager/v3 v3.0.3/go.mod h1:Zn5q1SrIuuHjEUE7xerMKt3ztunrJQCZETAo7rV0CH8=
code.cloudfoundry.org/tlsconfig v0.0.0-20240808182450-b1b581e211a2 h1:KoCAuwi0tDa3JJW9qF6m7Fz5n6ftDx+yIVWEHgraRHw=
code.cloudfoundry.org/tlsconfig v0.0.0-20240808182450-b1b581e211a2/go.mod h1:6ymG8DjGLta+bnqdpUmdv88Ikje2VvOTq+8drVe4pUU=
code.cloudfoundry.org/lager/v3 v3.1.0 h1:ZB4VXLSI0bIWhDSjKdEh/Jrs2SXFLX/9+z2WEZhAf2o=
code.cloudfoundry.org/lager/v3 v3.1.0/go.mod h1:5KBxqCSNJBNf/RXCindvnyAKBWxTgMMO5mtn1qkMoEM=
code.cloudfoundry.org/tlsconfig v0.1.0 h1:/SGZk3K7t79cuhSVs/qZXayEnLV1kodmvU3EBcc4E4w=
code.cloudfoundry.org/tlsconfig v0.1.0/go.mod h1:6ymG8DjGLta+bnqdpUmdv88Ikje2VvOTq+8drVe4pUU=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
Expand Down
116 changes: 24 additions & 92 deletions src/vendor/code.cloudfoundry.org/lager/v3/README.md

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

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

25 changes: 12 additions & 13 deletions src/vendor/code.cloudfoundry.org/lager/v3/redacting_sink.go

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

11 changes: 6 additions & 5 deletions src/vendor/code.cloudfoundry.org/lager/v3/truncating_sink.go

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

6 changes: 3 additions & 3 deletions src/vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# code.cloudfoundry.org/lager/v3 v3.0.3
## explicit; go 1.19
# code.cloudfoundry.org/lager/v3 v3.1.0
## explicit; go 1.20
code.cloudfoundry.org/lager/v3
code.cloudfoundry.org/lager/v3/internal/truncate
# code.cloudfoundry.org/tlsconfig v0.0.0-20240808182450-b1b581e211a2
# code.cloudfoundry.org/tlsconfig v0.1.0
## explicit; go 1.21
code.cloudfoundry.org/tlsconfig
# github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit 09a1d8a

Please sign in to comment.