Skip to content

Commit ef90e7a

Browse files
Update go.mod dependencies
-------- index 11b4324..8a429ea 100644
1 parent 1047023 commit ef90e7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/example-apps/proxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1515
github.com/google/go-cmp v0.6.0 // indirect
1616
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 // indirect
17-
golang.org/x/net v0.28.0 // indirect
17+
golang.org/x/net v0.29.0 // indirect
1818
golang.org/x/sys v0.25.0 // indirect
1919
golang.org/x/text v0.18.0 // indirect
2020
golang.org/x/tools v0.24.0 // indirect

src/example-apps/proxy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1616
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1717
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
1818
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
19-
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
20-
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
19+
golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo=
20+
golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0=
2121
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
2222
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2323
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ github.com/onsi/gomega/matchers/support/goraph/edge
5151
github.com/onsi/gomega/matchers/support/goraph/node
5252
github.com/onsi/gomega/matchers/support/goraph/util
5353
github.com/onsi/gomega/types
54-
# golang.org/x/net v0.28.0
54+
# golang.org/x/net v0.29.0
5555
## explicit; go 1.18
5656
golang.org/x/net/context
5757
golang.org/x/net/html

0 commit comments

Comments
 (0)