-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
40 lines (38 loc) · 1.44 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
33
34
35
36
37
38
39
40
module github.com/lawrencejones/pgsink
go 1.16
require (
cloud.google.com/go/bigquery v1.18.0
contrib.go.opencensus.io/exporter/jaeger v0.2.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.5
contrib.go.opencensus.io/integrations/ocsql v0.1.7
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/davecgh/go-spew v1.1.1
github.com/getsentry/sentry-go v0.9.0
github.com/go-jet/jet/v2 v2.4.0
github.com/go-kit/kit v0.10.0
github.com/google/uuid v1.3.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jackc/pgconn v1.10.1
github.com/jackc/pglogrepl v0.0.0-20200309144228-32ec418076b3
github.com/jackc/pgproto3/v2 v2.2.0
github.com/jackc/pgtype v1.9.1
github.com/jackc/pgx/v4 v4.14.1
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/oklog/run v1.1.0
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.13.0
github.com/pkg/errors v0.9.1
github.com/pressly/goose v2.7.0+incompatible
github.com/prometheus/client_golang v1.12.1
go.opencensus.io v0.23.0
goa.design/goa/v3 v3.5.4
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect
golang.org/x/tools v0.1.9
google.golang.org/api v0.52.0
)