wheat-cache/go.mod

12 lines
225 B
Modula-2

module gitee.com/wheat-os/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
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.26.0
)