-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
29 lines (25 loc) · 971 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/zhukovaskychina/xmysql-server
go 1.13
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/dubbogo/gost v1.11.12
github.com/gizak/termui/v3 v3.1.0
github.com/goioc/di v1.7.0
github.com/golang/snappy v0.0.4
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
github.com/myesui/uuid v1.0.0 // indirect
github.com/piex/transcode v0.0.2
github.com/pkg/errors v0.9.1
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
github.com/stretchr/testify v1.7.0
github.com/twinj/uuid v1.0.0
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/text v0.3.3
gopkg.in/ini.v1 v1.51.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)