Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jun 3, 2022
1 parent d046b05 commit 6c89d3c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 307 deletions.
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module github.com/mrmarble/ghooks

go 1.16
go 1.18

require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/alecthomas/kong v0.5.0
github.com/stretchr/testify v1.7.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)
Loading

0 comments on commit 6c89d3c

Please sign in to comment.