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
|
2021-09-05 17:07:34 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-31 23:30:14 +08:00
|
|
|
google.golang.org/grpc v1.38.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-08-14 23:21:40 +08:00
|
|
|
)
|