forked from RedHatInsights/insights-ingress-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.19 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
module github.com/redhatinsights/insights-ingress-go
go 1.16
require (
github.com/aws/aws-sdk-go v1.44.5
github.com/confluentinc/confluent-kafka-go v1.8.2 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/jarcoal/httpmock v1.0.8
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v6 v6.0.57
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.0 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.34.0 // indirect
github.com/redhatinsights/app-common-go v1.6.1
github.com/redhatinsights/platform-go-middlewares v0.17.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.11.0
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba // indirect
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.8.2
)