diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,11 +1,7 @@ module github.com/shuLhan/rescached-go/v4 -go 1.14 +go 1.16 -require ( - github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371 - golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect - golang.org/x/sys v0.0.0-20210123111255-9b0068b26619 // indirect -) +require github.com/shuLhan/share v0.28.0 //replace github.com/shuLhan/share => ../share |
