forked from estuary/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.26 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.26 KB
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
33
34
module github.com/estuary/flow
go 1.16
require (
cloud.google.com/go/storage v1.18.2
github.com/alecthomas/jsonschema v0.0.0-20210818095345-1014919a589c
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/estuary/protocols v0.0.0-20220112023446-009e4ad02191
github.com/fatih/color v1.7.0
github.com/go-openapi/jsonpointer v0.19.3
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.4.2
github.com/jackc/pgx/v4 v4.10.1
github.com/jessevdk/go-flags v1.5.0
github.com/jgraettinger/gorocksdb v0.0.0-20210726190246-aede64bf0e7b
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/minio/highwayhash v1.0.2
github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.gazette.dev/core v0.89.1-0.20211118163301-f0ff6cd8fce4
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/api v0.60.0
google.golang.org/grpc v1.40.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)