-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathgo.mod
40 lines (38 loc) · 1.5 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/uber/storagetapper
go 1.12
require (
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
github.com/Shopify/sarama v1.30.0
github.com/aws/aws-sdk-go v1.42.7
github.com/cactus/go-statsd-client/statsd v0.0.0-20191106001114-12b4e2b38748
github.com/davecgh/go-spew v1.1.1
github.com/efirs/hdfs/v2 v2.2.1
github.com/fsnotify/fsnotify v1.5.1
github.com/go-mysql-org/go-mysql v1.3.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/uuid v4.1.0+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/lib/pq v1.10.4
github.com/linkedin/goavro v1.0.5
github.com/mailru/go-clickhouse v1.7.0
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1 // indirect
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tinylib/msgp v1.1.6
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/uber-common/bark v1.3.0
github.com/uber-go/tally v3.4.2+incompatible
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211116231205-47ca1ff31462
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0
)