Skip to content

Commit 33db04d

Browse files
author
CI
committed
Bump to go version 1.21
- (and update vendored dependencies)
1 parent 95f2a52 commit 33db04d

File tree

11 files changed

+120
-15
lines changed

11 files changed

+120
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module test-recursor
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/miekg/dns v1.1.55
@@ -9,7 +9,7 @@ require (
99

1010
require (
1111
golang.org/x/mod v0.12.0 // indirect
12-
golang.org/x/net v0.14.0 // indirect
13-
golang.org/x/sys v0.11.0 // indirect
12+
golang.org/x/net v0.15.0 // indirect
13+
golang.org/x/sys v0.12.0 // indirect
1414
golang.org/x/tools v0.12.0 // indirect
1515
)

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/go.sum

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ github.com/miekg/dns v1.1.55 h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=
22
github.com/miekg/dns v1.1.55/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
33
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
44
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
5-
golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14=
6-
golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI=
5+
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
6+
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
77
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
8-
golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
9-
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
8+
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
9+
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
10+
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1011
golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss=
1112
golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
1213
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/mkerrors.sh

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/syscall_linux.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/syscall_unix.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/zerrors_linux.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/zsyscall_linux.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/unix/ztypes_linux.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/windows/syscall_windows.go

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

src/bosh-dns/acceptance_tests/dns-acceptance-release/src/test-recursor/vendor/golang.org/x/sys/windows/zsyscall_windows.go

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

0 commit comments

Comments
 (0)