forked from p93542168/wheat-cache
13 lines
288 B
Modula-2
13 lines
288 B
Modula-2
module gitee.com/timedb/wheatCache
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|