wheat-cache/go.mod

11 lines
187 B
Modula-2
Raw Normal View History

2021-08-14 23:21:40 +08:00
module gitee.com/timedb/wheatCache
2021-08-07 22:16:24 +08:00
go 1.16
2021-08-14 23:21:40 +08:00
require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
2021-08-14 23:21:40 +08:00
)