diff --git a/go.mod b/go.mod index 2db9797..24e837b 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.17 require ( github.com/Mrs4s/go-cqhttp v1.0.0-rc1 + github.com/pkg/errors v0.9.1 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ) @@ -11,14 +12,15 @@ require ( github.com/Microsoft/go-winio v0.5.1 // indirect github.com/Mrs4s/MiraiGo v0.0.0-20220209092529-5d071b034c17 // indirect github.com/golang/snappy v0.0.4 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.14 // indirect - github.com/pkg/errors v0.9.1 // indirect github.com/segmentio/asm v1.1.3 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/tidwall/gjson v1.12.1 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect )