-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
42 lines (40 loc) · 1.55 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
41
42
module github.com/blind-oracle/psql-streamer
go 1.14
require (
github.com/beorn7/perks v1.0.1
github.com/blind-oracle/pgoutput v0.0.0-20181023084406-426dcce50038
github.com/coreos/bbolt v1.3.3
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v1.3.4
github.com/hashicorp/hcl v1.0.0
github.com/jackc/pgx v3.6.2+incompatible
github.com/magiconair/properties v1.8.1
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.5.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.10
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/segmentio/kafka-go v0.3.5
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.1
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
golang.org/x/text v0.3.2
google.golang.org/genproto v0.0.0-20200306153348-d950eab6f860
google.golang.org/grpc v1.27.1
gopkg.in/ini.v1 v1.54.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)