Skip to content

Commit 8f6d96e

Browse files
authored
Merge pull request #26 from artiomn/dependabot/go_modules/src/book01/ch04/go/golang.org/x/net-0.38.0
Bump golang.org/x/net from 0.25.0 to 0.38.0 in /src/book01/ch04/go
2 parents ca94ccd + 28cfe5b commit 8f6d96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/book01/ch04/go/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module ping
22

3-
go 1.22.3
3+
go 1.23.0
44

55
require github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
66

77
require (
8-
golang.org/x/net v0.25.0 // indirect
9-
golang.org/x/sys v0.20.0 // indirect
8+
golang.org/x/net v0.38.0 // indirect
9+
golang.org/x/sys v0.31.0 // indirect
1010
)

0 commit comments

Comments
 (0)