File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/ldez/prm/v3
22
3- go 1.16
3+ go 1.17
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.2
@@ -11,3 +11,24 @@ require (
1111 github.com/whilp/git-urls v1.0.1-0.20200917014145-4a18977c6eec
1212 golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
1313)
14+
15+ require (
16+ github.com/davecgh/go-spew v1.1.1 // indirect
17+ github.com/golang/protobuf v1.5.2 // indirect
18+ github.com/google/go-querystring v1.0.0 // indirect
19+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
20+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
21+ github.com/mattn/go-colorable v0.1.2 // indirect
22+ github.com/mattn/go-isatty v0.0.8 // indirect
23+ github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
24+ github.com/pmezard/go-difflib v1.0.0 // indirect
25+ github.com/spf13/pflag v1.0.5 // indirect
26+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
27+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
28+ golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
29+ golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
30+ golang.org/x/text v0.3.5 // indirect
31+ google.golang.org/appengine v1.6.7 // indirect
32+ google.golang.org/protobuf v1.26.0 // indirect
33+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
34+ )
You can’t perform that action at this time.
0 commit comments