aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-02 21:44:09 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-02 21:44:09 +0700
commitaf01db92500d1b635bfbf70727a8e7b12ef7fe00 (patch)
tree99c926b01e0ca730ee43db2106884dd7e132c348 /go.mod
parent1b6d5089f95e7d3ae6c058108b5be04fce2a3598 (diff)
downloadgolang-id-tour-af01db92500d1b635bfbf70727a8e7b12ef7fe00.tar.xz
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 10 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index d78cbf8..dd51cc8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,18 @@
module github.com/golang-id/tour
-go 1.22.0
+go 1.24.0
-require golang.org/x/tools v0.25.0
+require (
+ golang.org/x/tools v0.40.0
+ golang.org/x/tools/godoc v0.1.0-deprecated
+)
require (
- github.com/yuin/goldmark v1.7.4 // indirect
- golang.org/x/mod v0.21.0 // indirect
- golang.org/x/net v0.29.0 // indirect
- golang.org/x/sync v0.8.0 // indirect
+ github.com/google/go-cmp v0.7.0 // indirect
+ github.com/yuin/goldmark v1.7.13 // indirect
+ golang.org/x/mod v0.31.0 // indirect
+ golang.org/x/net v0.48.0 // indirect
+ golang.org/x/sync v0.19.0 // indirect
)
//replace golang.org/x/tools => ../../../golang.org/x/tools