wheat-cache/go.mod

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