Skip to content

Commit cdb1ba0

Browse files
authored
Merge pull request #19 from sgmitchell/go-1-17
2 parents 79a40f6 + c3e7ee3 commit cdb1ba0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

go.mod

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
module github.com/joemiller/certin
22

3-
go 1.14
3+
go 1.17
44

55
require (
66
github.com/spf13/cobra v1.3.0
77
github.com/stretchr/testify v1.7.0
88
)
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

Comments
 (0)