We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a40f6 + c3e7ee3 commit cdb1ba0Copy full SHA for cdb1ba0
go.mod
@@ -1,8 +1,16 @@
1
module github.com/joemiller/certin
2
3
-go 1.14
+go 1.17
4
5
require (
6
github.com/spf13/cobra v1.3.0
7
github.com/stretchr/testify v1.7.0
8
)
9
+
10
+require (
11
+ github.com/davecgh/go-spew v1.1.1 // indirect
12
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
13
+ github.com/pmezard/go-difflib v1.0.0 // indirect
14
+ github.com/spf13/pflag v1.0.5 // indirect
15
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
16
+)
0 commit comments