2020-01-18 18:24:16 +00:00
|
|
|
module gitlab.com/slon/shad-go
|
|
|
|
|
2021-03-16 20:34:44 +00:00
|
|
|
go 1.16
|
2020-01-28 22:41:27 +00:00
|
|
|
|
|
|
|
require (
|
2020-04-09 17:25:56 +00:00
|
|
|
github.com/ClickHouse/clickhouse-go v1.4.0
|
2020-04-09 13:00:41 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.4.1
|
2021-02-28 20:36:31 +00:00
|
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
|
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
2021-03-02 18:05:37 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-04-09 17:25:56 +00:00
|
|
|
github.com/go-redis/redis v6.15.7+incompatible
|
2020-02-19 21:26:12 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.1.0
|
2020-03-07 19:14:49 +00:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
|
|
github.com/golang/mock v1.4.1
|
2020-03-29 20:37:44 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2020-03-19 21:57:07 +00:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-04-04 02:11:27 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-04-09 11:15:34 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.6.0
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-04-09 11:28:27 +00:00
|
|
|
github.com/jonboulle/clockwork v0.1.0
|
2021-02-28 20:36:31 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-03-15 10:47:01 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-04-09 11:15:34 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2021-02-28 20:36:31 +00:00
|
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
|
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
|
2020-02-16 13:24:43 +00:00
|
|
|
go.uber.org/goleak v1.0.0
|
2020-03-11 22:46:45 +00:00
|
|
|
go.uber.org/zap v1.14.0
|
2020-04-09 11:15:34 +00:00
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
2020-02-21 22:23:20 +00:00
|
|
|
golang.org/x/perf v0.0.0-20191209155426-36b577b0eb03
|
2020-04-04 02:11:27 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2020-04-11 20:34:14 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa
|
2020-01-28 22:41:27 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200125223703-d33eef8e6825
|
2021-02-28 19:33:42 +00:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
|
2021-02-28 20:36:31 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-01-28 22:41:27 +00:00
|
|
|
)
|