Skip to content

Commit 92a3ed4

Browse files
Update go.mod dependencies
-------- index bac4a06..5c47a60 100644 @@ -3,7 +3,7 @@ module tick go 1.24.0 - code.cloudfoundry.org/cf-networking-helpers v0.66.0 + code.cloudfoundry.org/cf-networking-helpers v0.67.0 code.cloudfoundry.org/localip v0.57.0 github.com/onsi/ginkgo/v2 v2.27.2 github.com/onsi/gomega v1.38.2
1 parent f5dd989 commit 92a3ed4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/example-apps/tick/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module tick
33
go 1.24.0
44

55
require (
6-
code.cloudfoundry.org/cf-networking-helpers v0.66.0
6+
code.cloudfoundry.org/cf-networking-helpers v0.67.0
77
code.cloudfoundry.org/localip v0.57.0
88
github.com/onsi/ginkgo/v2 v2.27.2
99
github.com/onsi/gomega v1.38.2

src/example-apps/tick/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
592592
cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M=
593593
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
594594
cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw=
595-
code.cloudfoundry.org/cf-networking-helpers v0.66.0 h1:UOUwS9nJtNAKYaRSqy5boVxKa4VoCODhtTVsO2wRmJ0=
596-
code.cloudfoundry.org/cf-networking-helpers v0.66.0/go.mod h1:sZVqzx8XnY+1NN5tci89GA6aSMtM93UYYXcqQDXj4JA=
595+
code.cloudfoundry.org/cf-networking-helpers v0.67.0 h1:gAy5tdD3wt5206Z00mJpU75eHBrThni5e782VzdsUW8=
596+
code.cloudfoundry.org/cf-networking-helpers v0.67.0/go.mod h1:up0lltkf/ZvzRsgRVwCgzbBH0JXg/5DC1GAoReKOzX0=
597597
code.cloudfoundry.org/localip v0.57.0 h1:s1Rdrwfd6nf2wtXTBFliMW0y76FkHQsIrAOh00H+tOI=
598598
code.cloudfoundry.org/localip v0.57.0/go.mod h1:QPaYtrqC2Rv1gOxQa9Y3zKwvzn85VJM1I4VBhcPw6AU=
599599
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=

src/example-apps/tick/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# code.cloudfoundry.org/cf-networking-helpers v0.66.0
1+
# code.cloudfoundry.org/cf-networking-helpers v0.67.0
22
## explicit; go 1.24.0
33
code.cloudfoundry.org/cf-networking-helpers/testsupport/ports
44
# code.cloudfoundry.org/localip v0.57.0

0 commit comments

Comments
 (0)