module github.com/cdle/sillyGirl go 1.16 replace github.com/willf/bitset v1.2.0 => github.com/bits-and-blooms/bitset v1.2.0 require ( github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f github.com/Mrs4s/MiraiGo v0.0.0-20210810070836-6614d2383adb github.com/Mrs4s/go-cqhttp v1.0.0-beta6 github.com/astaxie/beego v1.12.3 github.com/beego/beego/v2 v2.0.1 github.com/boltdb/bolt v1.3.1 github.com/buger/jsonparser v1.1.1 github.com/guonaihong/gout v0.2.7 github.com/leodido/go-urn v1.2.1 // indirect github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible github.com/mattn/go-isatty v0.0.13 // indirect github.com/pkg/errors v0.9.1 github.com/robfig/cron/v3 v3.0.1 github.com/sirupsen/logrus v1.8.1 github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816 github.com/tidwall/gjson v1.9.1 github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b gopkg.in/tucnak/telebot.v2 v2.4.0 gopkg.in/yaml.v2 v2.4.0 )