Skip to content

Commit bc9d4ba

Browse files
Update go.mod dependencies
-------- index 3b2dc14..04c230e 100644
1 parent 4336b1a commit bc9d4ba

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
@@ -12,7 +12,7 @@ require (
1212
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1313
github.com/google/go-cmp v0.6.0 // indirect
1414
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
15-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
15+
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
1616
golang.org/x/net v0.28.0 // indirect
1717
golang.org/x/sys v0.24.0 // indirect
1818
golang.org/x/text v0.17.0 // indirect

src/example-apps/proxy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
1313
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
1414
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1515
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
16-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI=
17-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
16+
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA=
17+
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
1818
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
1919
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
2020
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=

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/exp v0.0.0-20240808152545-0cdaa3abc0fa
54+
# golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
5555
## explicit; go 1.20
5656
golang.org/x/exp/constraints
5757
golang.org/x/exp/slices

0 commit comments

Comments
 (0)