We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074e134 commit 5bac862Copy full SHA for 5bac862
go.mod
@@ -22,4 +22,12 @@ require (
22
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
23
)
24
25
+require (
26
+ github.com/davecgh/go-spew v1.1.1 // indirect
27
+ github.com/google/subcommands v1.0.1 // indirect
28
+ github.com/mattn/go-isatty v0.0.8 // indirect
29
+ github.com/pmezard/go-difflib v1.0.0 // indirect
30
+ golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b // indirect
31
+)
32
+
33
go 1.17
0 commit comments