Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
marekaf committed May 6, 2020
1 parent 0cd9c5e commit c7bdebc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 380 deletions.
34 changes: 9 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,21 @@ module github.com/pipetail/cloudlint
go 1.12

require (
github.com/Azure/azure-sdk-for-go v41.3.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/aws/aws-lambda-go v1.13.3 // indirect
github.com/aws/aws-sdk-go v1.30.13
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.4.0 // indirect
github.com/go-openapi/strfmt v0.19.3 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/uuid v1.1.1
github.com/hashicorp/go-hclog v0.12.2 // indirect
github.com/hashicorp/go-plugin v1.2.2 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/joho/godotenv v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/motemen/go-quickfix v0.0.0-20200118031250-2a6e54e79a50 // indirect
github.com/motemen/gore v0.5.0 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.0.0
github.com/vmware-tanzu/velero v1.3.2 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200423205358-59e73619c742 // indirect
google.golang.org/grpc v1.29.0 // indirect
k8s.io/apiextensions-apiserver v0.18.2 // indirect
k8s.io/cli-runtime v0.18.2 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.mongodb.org/mongo-driver v1.1.2 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)

replace github.com/pipetail/cloudlint/pkg/check v0.0.0 => ../pkg/check
Expand Down
Loading

0 comments on commit c7bdebc

Please sign in to comment.