Skip to content

Commit

Permalink
Merge pull request #198 from brettmorien/master
Browse files Browse the repository at this point in the history
Bump all available dependencies to latest.
  • Loading branch information
norwoodj committed Sep 20, 2023
2 parents 2b0ca58 + 598d9b5 commit 4120230
Show file tree
Hide file tree
Showing 2 changed files with 1,687 additions and 88 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ go 1.14
require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/gobwas/glob v0.2.3
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.5.1
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.3
gopkg.in/yaml.v3 v3.0.1
k8s.io/helm v2.14.3+incompatible
)

0 comments on commit 4120230

Please sign in to comment.