Skip to content

Commit

Permalink
Update go.mod dependencies
Browse files Browse the repository at this point in the history
--------

index 87dcc4fe..778aef7d 100644
@@ -5,7 +5,7 @@ go 1.22.0
 toolchain go1.22.3

-	code.cloudfoundry.org/cf-networking-helpers v0.15.0
+	code.cloudfoundry.org/cf-networking-helpers v0.17.0
 	code.cloudfoundry.org/localip v0.11.0
 	github.com/onsi/ginkgo/v2 v2.20.2
 	github.com/onsi/gomega v1.34.2
  • Loading branch information
tas-runtime-bot committed Sep 29, 2024
1 parent 9d048bf commit 6c2d3fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/example-apps/tick/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.3

require (
code.cloudfoundry.org/cf-networking-helpers v0.15.0
code.cloudfoundry.org/cf-networking-helpers v0.17.0
code.cloudfoundry.org/localip v0.11.0
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
Expand All @@ -17,7 +17,7 @@ require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
github.com/google/pprof v0.0.0-20240927233043-f3f46ee36851 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions src/example-apps/tick/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M=
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw=
code.cloudfoundry.org/cf-networking-helpers v0.15.0 h1:bpu0jIMsO2Fj5VHijPizNsWjkVgI8OT/i1hVJ/bGwPc=
code.cloudfoundry.org/cf-networking-helpers v0.15.0/go.mod h1:/kcrJWmt3LAi5XV4tZEyNVSwhIDyhiJE8tHg38ap8rU=
code.cloudfoundry.org/cf-networking-helpers v0.17.0 h1:RIQvFuwYqScdqT8DSU+jNTxsnzL+/COAGt2h2mtBjF0=
code.cloudfoundry.org/cf-networking-helpers v0.17.0/go.mod h1:lbYRBzYeZzWTMM1viwORSYRLfExYg67B3WsNsBMZJNU=
code.cloudfoundry.org/localip v0.11.0 h1:8jGGrlxWk//vZSfh7FALJmmAPx06VJZUrWdJ2i9O3F0=
code.cloudfoundry.org/localip v0.11.0/go.mod h1:RZucd4hjXCGu/HBRnuNicZuBdvBV4xer514vpeWS6Fo=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down Expand Up @@ -764,8 +764,8 @@ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLe
github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 h1:c5FlPPgxOn7kJz3VoPLkQYQXGBS3EklQ4Zfi57uOuqQ=
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
github.com/google/pprof v0.0.0-20240927233043-f3f46ee36851 h1:vVVnLmuArD0iybzYyh+YQ98ZQNx6yeqBqYouyJ36hcE=
github.com/google/pprof v0.0.0-20240927233043-f3f46ee36851/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
Expand Down
4 changes: 2 additions & 2 deletions src/example-apps/tick/vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# code.cloudfoundry.org/cf-networking-helpers v0.15.0
# code.cloudfoundry.org/cf-networking-helpers v0.17.0
## explicit; go 1.22.0
code.cloudfoundry.org/cf-networking-helpers/testsupport/ports
# code.cloudfoundry.org/localip v0.11.0
Expand All @@ -18,7 +18,7 @@ github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/flags
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134
# github.com/google/pprof v0.0.0-20240927233043-f3f46ee36851
## explicit; go 1.22
github.com/google/pprof/profile
# github.com/onsi/ginkgo/v2 v2.20.2
Expand Down

0 comments on commit 6c2d3fb

Please sign in to comment.