Skip to content

Commit

Permalink
chore: update go mods
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Oct 23, 2023
1 parent ec68e6a commit edad7f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 165 deletions.
19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
module github.com/mloiseleur/helm-changelog

go 1.16
go 1.21

require (
github.com/kr/text v0.2.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
github.com/mogensen/helm-changelog v0.0.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.13.0 // indirect
)
Loading

0 comments on commit edad7f9

Please sign in to comment.