This commit is contained in:
iyear 2020-03-27 09:04:46 +08:00
parent f8a0da0e59
commit 8ff08a5352

2
go.mod
View File

@ -3,9 +3,11 @@ module main
go 1.13
require (
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/viper v1.6.2
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
gopkg.in/tucnak/telebot.v2 v2.0.0-20200301001213-9852df39ae6c
)