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 2331f3f commit c282a23Copy full SHA for c282a23
go.mod
@@ -32,8 +32,12 @@ require (
32
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
33
github.com/chzyer/logex v1.2.0 // indirect
34
github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect
35
+ github.com/davecgh/go-spew v1.1.1 // indirect
36
github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318 // indirect
37
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
38
github.com/pkg/errors v0.8.1 // indirect
39
+ github.com/pmezard/go-difflib v1.0.0 // indirect
40
github.com/sergi/go-diff v1.2.0 // indirect
41
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
42
+ gopkg.in/yaml.v2 v2.4.0 // indirect
43
)
0 commit comments