wheat-cache/go.mod

13 lines
256 B
Modula-2
Raw Normal View History

2021-11-02 14:45:08 +08:00
module gitee.com/wheat-os/wheatCache
2021-08-07 22:16:24 +08:00
go 1.16
2021-08-14 23:21:40 +08:00
require (
2021-11-18 14:54:42 +08:00
github.com/golang/mock v1.5.0
2021-08-14 23:21:40 +08:00
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
2021-09-05 17:07:34 +08:00
github.com/stretchr/testify v1.7.0
2021-10-17 08:23:14 +08:00
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.26.0
2021-08-14 23:21:40 +08:00
)