Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Nov 18, 2020
1 parent a37290d commit 47b4f3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,18 @@ module github.com/fairwindsops/pluto/v3
go 1.14

require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/markbates/pkger v0.17.1
github.com/rogpeppe/go-internal v1.4.0
github.com/rubenv/sql-migrate v0.0.0-20200212082348-64f95ea68aa3 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/mod v0.2.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
helm.sh/helm v2.16.6+incompatible
helm.sh/helm/v3 v3.1.2
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
k8s.io/helm v2.16.5+incompatible // indirect
k8s.io/klog v1.0.0
sigs.k8s.io/controller-runtime v0.5.2
)
Expand Down
Loading

0 comments on commit 47b4f3b

Please sign in to comment.