diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:44:09 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:44:09 +0700 |
| commit | af01db92500d1b635bfbf70727a8e7b12ef7fe00 (patch) | |
| tree | 99c926b01e0ca730ee43db2106884dd7e132c348 /go.mod | |
| parent | 1b6d5089f95e7d3ae6c058108b5be04fce2a3598 (diff) | |
| download | golang-id-tour-af01db92500d1b635bfbf70727a8e7b12ef7fe00.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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 |
