File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1616github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1717github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
1818github.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 =
2121golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
2222golang.org/x/sys v0.25.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
2323golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224 =
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ github.com/onsi/gomega/matchers/support/goraph/edge
5151github.com/onsi/gomega/matchers/support/goraph/node
5252github.com/onsi/gomega/matchers/support/goraph/util
5353github.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
5656golang.org/x/net/context
5757golang.org/x/net/html
You can’t perform that action at this time.
0 commit comments