diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ -module github.com/shuLhan/rescached-go/v3 +module github.com/shuLhan/rescached-go/v4 go 1.14 -require github.com/shuLhan/share v0.22.1-0.20210121194620-62d4a5af43bb +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 +) //replace github.com/shuLhan/share => ../share |
