forked from RedHatInsights/insights-operator-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 735 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/RedHatInsights/insights-operator-utils
go 1.13
require (
github.com/RedHatInsights/cloudwatch v0.0.0-20210111105023-1df2bdfe3291
github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20201109115720-126bd0348556
github.com/Shopify/sarama v1.27.1
github.com/aws/aws-sdk-go v1.35.7
github.com/getkin/kin-openapi v0.22.1
github.com/golang/mock v1.4.3
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/mozillazg/request v0.8.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
github.com/verdverm/frisby v0.0.0-20170604211311-b16556248a9a
gopkg.in/h2non/gock.v1 v1.0.15
)