Skip to content

Commit 0a5d5dc

Browse files
committed
chore: update go.mod
1 parent 278c34f commit 0a5d5dc

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

go.mod

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ldez/prm/v3
22

3-
go 1.16
3+
go 1.17
44

55
require (
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+
)

0 commit comments

Comments
 (0)