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-03-18 21:08:54 +00:00
|
|
|
github.com/alicebob/miniredis/v2 v2.14.3
|
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
|
|
github.com/go-redis/redis/v7 v7.4.0
|
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
|
2021-03-18 21:08:54 +00:00
|
|
|
github.com/gomodule/redigo v1.8.4
|
2020-03-29 20:37:44 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2021-03-18 21:08:54 +00:00
|
|
|
github.com/google/uuid v1.2.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-03-18 21:08:54 +00:00
|
|
|
github.com/lib/pq v1.10.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
|
2021-03-18 21:08:54 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
|
|
github.com/testcontainers/testcontainers-go v0.9.0
|
|
|
|
go.etcd.io/bbolt v1.3.2
|
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
|
2021-03-18 21:08:54 +00:00
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
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-03-18 21:08:54 +00:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2021-02-28 20:36:31 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-03-18 21:08:54 +00:00
|
|
|
gopl.io v0.0.0-20200323155855-65c318dde95e
|
2020-01-28 22:41:27 +00:00
|
|
|
)
|