Skip to content

Commit 6431d3b

Browse files
Update go.mod dependencies
-------- index cb2c8f0..afebca7 100644
1 parent 275a46c commit 6431d3b

File tree

9 files changed

+417
-9
lines changed

9 files changed

+417
-9
lines changed

src/example-apps/proxy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
go.yaml.in/yaml/v3 v3.0.4 // indirect
1717
golang.org/x/mod v0.29.0 // indirect
1818
golang.org/x/net v0.46.0 // indirect
19-
golang.org/x/sync v0.17.0 // indirect
20-
golang.org/x/sys v0.37.0 // indirect
19+
golang.org/x/sync v0.18.0 // indirect
20+
golang.org/x/sys v0.38.0 // indirect
2121
golang.org/x/text v0.30.0 // indirect
2222
golang.org/x/tools v0.38.0 // indirect
2323
)

src/example-apps/proxy/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
5252
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
5353
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
5454
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
55-
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
56-
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
57-
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
58-
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
55+
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
56+
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
57+
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
58+
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
5959
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
6060
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
6161
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=

src/example-apps/proxy/vendor/golang.org/x/sync/errgroup/errgroup.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example-apps/proxy/vendor/golang.org/x/sys/unix/mkerrors.sh

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example-apps/proxy/vendor/golang.org/x/sys/unix/syscall_linux.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example-apps/proxy/vendor/golang.org/x/sys/unix/zerrors_linux.go

Lines changed: 359 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example-apps/proxy/vendor/golang.org/x/sys/unix/zsyscall_linux.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/example-apps/proxy/vendor/golang.org/x/sys/unix/ztypes_linux.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ golang.org/x/mod/semver
6868
golang.org/x/net/html
6969
golang.org/x/net/html/atom
7070
golang.org/x/net/html/charset
71-
# golang.org/x/sync v0.17.0
71+
# golang.org/x/sync v0.18.0
7272
## explicit; go 1.24.0
7373
golang.org/x/sync/errgroup
74-
# golang.org/x/sys v0.37.0
74+
# golang.org/x/sys v0.38.0
7575
## explicit; go 1.24.0
7676
golang.org/x/sys/unix
7777
# golang.org/x/text v0.30.0

0 commit comments

Comments
 (0)