Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ require (
github.com/Azure/go-autorest/autorest/azure/auth v0.5.6
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/aws/aws-sdk-go v1.28.9
github.com/aws/aws-sdk-go v1.33.0
github.com/davecgh/go-spew v1.1.1
github.com/getsentry/sentry-go v0.6.1
github.com/google/martian v2.1.0+incompatible // indirect
github.com/google/uuid v1.1.2
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gophercloud/gophercloud v0.2.0 // indirect
github.com/json-iterator/go v1.1.10
github.com/jszwec/csvutil v1.2.1
github.com/julienschmidt/httprouter v1.2.0
Expand All @@ -26,7 +23,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_model v0.2.0
github.com/rs/cors v1.7.0 // indirect
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
go.etcd.io/bbolt v1.3.5
Expand All @@ -38,7 +35,6 @@ require (
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
k8s.io/klog v0.4.0
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
sigs.k8s.io/yaml v1.2.0
)

Expand Down
Loading