forked from arana-db/arana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.01 KB
/
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
30
module github.com/arana-db/arana
go 1.16
require (
github.com/arana-db/parser v0.2.1
github.com/bwmarrin/snowflake v0.3.0
github.com/cespare/xxhash/v2 v2.1.2
github.com/creasty/defaults v1.5.2 // indirect
github.com/dop251/goja v0.0.0-20220102113305-2298ace6d09d
github.com/dubbogo/gost v1.11.23-0.20220113102152-a2ef9b809a45
github.com/ghodss/yaml v1.0.0
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/mock v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/kr/pretty v0.3.0 // indirect
github.com/lestrrat-go/strftime v1.0.5
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.14.0
go.etcd.io/etcd/server/v3 v3.5.0-alpha.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20211105192438-b53810dc28af
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)