aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 8c143cc..8a4a6c0 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,13 @@ module github.com/golang-id/tour
go 1.21
require (
- golang.org/x/tools v0.6.0
+ golang.org/x/tools v0.23.0
golang.org/x/tour v0.1.0
)
require (
github.com/yuin/goldmark v1.5.4 // indirect
- golang.org/x/mod v0.8.0 // indirect
- golang.org/x/net v0.7.0 // indirect
- golang.org/x/sys v0.5.0 // 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
)