diff options
| author | Shulhan <m.shulhan@gmail.com> | 2024-09-15 21:40:11 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2024-09-15 21:40:11 +0700 |
| commit | 44efc05b4385877a643d63996610c8be5080d5cb (patch) | |
| tree | 12374d9d6f8a397987b9fb1b89da9378557e9593 /go.mod | |
| parent | e1bf4a6125d0e118830442afe265f5d731326c59 (diff) | |
| download | golang-id-tour-44efc05b4385877a643d63996610c8be5080d5cb.tar.xz | |
go.mod: pembaruan dependensi
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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 |
