forked from obsidiandynamics/goharvest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 616 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/obsidiandynamics/goharvest
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/confluentinc/confluent-kafka-go v1.5.2 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/lib/pq v1.5.1
github.com/obsidiandynamics/goneli v0.4.3
github.com/obsidiandynamics/libstdgo v0.4.1
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.5.2
gopkg.in/yaml.v2 v2.2.8
)