-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.32 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
module github.com/upmkuhn/kafka-trades-demo
go 1.15
require (
github.com/bxcodec/faker/v3 v3.5.0 // indirect
github.com/confluentinc/confluent-kafka-go v1.5.2 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-pg/pg/v10 v10.7.4
github.com/golang/snappy v0.0.2 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
github.com/landoop/schema-registry v0.0.0-20190327143759-50a5701c1891 // indirect
github.com/linkedin/goavro/v2 v2.10.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/riferrei/srclient v0.2.1
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.5.2
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)