diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,10 +1,12 @@ module github.com/shuLhan/beku +go 1.18 + require ( - github.com/shuLhan/share v0.33.0 - golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect - golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect - golang.org/x/tools v0.1.9 + github.com/shuLhan/share v0.44.0 + golang.org/x/tools v0.1.12 ) -go 1.11 +require golang.org/x/sys v0.5.0 // indirect + +//replace github.com/shuLhan/share => ../share |
