Skip to content

Commit

Permalink
Merge pull request #256 from mortent/FixGoMod
Browse files Browse the repository at this point in the history
Clean up go mod
  • Loading branch information
mortent authored Oct 16, 2020
2 parents 7eeb848 + f6cb473 commit 88da441
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 275 deletions.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@ module sigs.k8s.io/cli-utils
go 1.13

require (
cloud.google.com/go v0.46.3 // indirect
github.com/go-errors/errors v1.0.1
github.com/golangci/golangci-lint v1.31.0 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.1.1
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.13.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gotest.tools v2.2.0+incompatible
k8s.io/api v0.17.2
Expand Down
Loading

0 comments on commit 88da441

Please sign in to comment.