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.
1 parent 5a958c9 commit b6bdcecCopy full SHA for b6bdcec
go.mod
@@ -1,5 +1,11 @@
1
module github.com/commander-cli/cmd
2
3
-go 1.12
+go 1.17
4
5
require github.com/stretchr/testify v1.4.0
6
+
7
+require (
8
+ github.com/davecgh/go-spew v1.1.0 // indirect
9
+ github.com/pmezard/go-difflib v1.0.0 // indirect
10
+ gopkg.in/yaml.v2 v2.2.2 // indirect
11
+)
vendor/gopkg.in/yaml.v2/go.mod
vendor/modules.txt
@@ -1,8 +1,12 @@
# github.com/davecgh/go-spew v1.1.0
+## explicit
github.com/davecgh/go-spew/spew
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.4.0
github.com/stretchr/testify/assert
# gopkg.in/yaml.v2 v2.2.2
12
gopkg.in/yaml.v2
0 commit comments