Skip to content

Commit

Permalink
change go mod version from 1.14 -> 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmitchell committed Feb 28, 2022
1 parent 79a40f6 commit c3e7ee3
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 c3e7ee3

Please sign in to comment.