Skip to content

Commit

Permalink
moved some types from the content service and fixed more info (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Zakharov authored Oct 15, 2020
1 parent a07468c commit 376d064
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 29 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ go 1.13

require (
github.com/RedHatInsights/cloudwatch v0.0.0-20200512151223-b0b55757a24b
github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20200825113234-e84e924194bc
github.com/Shopify/sarama v1.26.0
github.com/aws/aws-sdk-go v1.30.25
github.com/getkin/kin-openapi v0.20.0
github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20201014142608-de97c4b07d5c
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.1
github.com/gorilla/mux v1.7.4
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.19.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
Expand Down
Loading

0 comments on commit 376d064

Please sign in to comment.