Skip to content

Commit 28cfe5b

Browse files
Bump golang.org/x/net from 0.25.0 to 0.38.0 in /src/book01/ch04/go
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0. - [Commits](golang/net@v0.25.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca94ccd commit 28cfe5b

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)