Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix(lint): update for v1.41.1 golangci-lint rule changes (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew J. Huffman <[email protected]>
  • Loading branch information
Andrew J. Huffman authored Jun 28, 2021
1 parent 5efcd2a commit e1862e9
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 31 deletions.
16 changes: 11 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,25 @@ go 1.16
require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/onsi/ginkgo v1.16.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
github.com/rwtodd/Go.Sed v0.0.0-20190103233418-906bc69c9394
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/spf13/viper v1.8.1
github.com/thediveo/enumflag v0.10.1
github.com/vmware-labs/yaml-jsonpath v0.3.2
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit e1862e9

Please sign in to comment.