aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod19
1 files changed, 10 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 8a4a6c0..d78cbf8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,15 +1,16 @@
module github.com/golang-id/tour
-go 1.21
+go 1.22.0
-require (
- golang.org/x/tools v0.23.0
- golang.org/x/tour v0.1.0
-)
+require golang.org/x/tools v0.25.0
require (
- github.com/yuin/goldmark v1.5.4 // indirect
- golang.org/x/mod v0.19.0 // indirect
- golang.org/x/net v0.27.0 // indirect
- golang.org/x/sync v0.7.0 // indirect
+ 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
)
+
+//replace golang.org/x/tools => ../../../golang.org/x/tools
+
+//replace golang.org/x/net => ../../../golang.org/x/net