Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Oct 17, 2023
1 parent 8c3498c commit 995be02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 397 deletions.
16 changes: 3 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ module github.com/privateerproj/privateer-sdk
go 1.14

require (
github.com/Azure/aad-pod-identity v1.7.5
github.com/Azure/azure-sdk-for-go v53.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
github.com/Azure/go-autorest/autorest/to v0.4.0
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/cucumber/godog v0.12.6
github.com/cucumber/messages/go/v21 v21.0.1
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-plugin v1.4.0
github.com/open-policy-agent/opa v0.27.1
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.15.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.19.6
k8s.io/apimachinery v0.19.6
k8s.io/client-go v0.19.6
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1
)
Loading

0 comments on commit 995be02

Please sign in to comment.