wheat-cache/go.mod

9 lines
119 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
)