Skip to content

Commit

Permalink
go.sum,go.sum: remove unncessary indirect requires
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jul 2, 2020
1 parent 88708e7 commit 6149ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.
17 changes: 0 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,21 @@ module github.com/joelanford/helm-operator
go 1.13

require (
cloud.google.com/go v0.49.0 // indirect
github.com/Microsoft/hcsshim v0.8.9 // indirect
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/kr/text v0.1.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/xenolf/lego v2.7.2+incompatible
go.opencensus.io v0.22.2 // indirect
go.uber.org/zap v1.14.1
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b
gomodules.xyz/jsonpatch/v2 v2.0.1
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
helm.sh/helm/v3 v3.2.0
k8s.io/api v0.18.2
k8s.io/apiextensions-apiserver v0.18.2
Expand Down
Loading

0 comments on commit 6149ec6

Please sign in to comment.