Skip to content

Commit

Permalink
Merge pull request #19 from sgmitchell/go-1-17
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored Mar 1, 2022
2 parents 79a40f6 + c3e7ee3 commit cdb1ba0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
module github.com/joemiller/certin

go 1.14
go 1.17

require (
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

0 comments on commit cdb1ba0

Please sign in to comment.