forked from picodata/stroppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.1 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
31
32
module gitlab.com/picodata/stroppy
go 1.16
require (
github.com/ansel1/merry v1.6.1
github.com/ansel1/merry/v2 v2.0.0-beta.10
github.com/apple/foundationdb/bindings/go v0.0.0-20201114170605-569ab46bf638
github.com/bramvdbogaerde/go-scp v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
github.com/google/uuid v1.3.0
github.com/hashicorp/hcl/v2 v2.10.0
github.com/jackc/pgconn v1.9.0
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgx/v4 v4.12.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spenczar/tdigest v2.1.0+incompatible
github.com/spf13/cobra v1.2.1
github.com/tarantool/go-tarantool v0.0.0-20220113162241-9c9a68e09870
github.com/tidwall/gjson v1.8.1
github.com/zalando/postgres-operator v1.6.3
github.com/zclconf/go-cty v1.9.0
go.mongodb.org/mongo-driver v1.7.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/inf.v0 v0.9.1
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
)