Skip to content

Commit

Permalink
bump to go 1.17 and test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smart <[email protected]>
  • Loading branch information
mcred committed Jun 23, 2022
1 parent dff33c4 commit 0bcc06c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
14 changes: 11 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
module package-manager

go 1.16
go 1.17

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v39 v39.2.0
github.com/hashicorp/go-version v1.5.0
github.com/spf13/cobra v1.5.0
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
2 changes: 1 addition & 1 deletion internal/app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7

0 comments on commit 0bcc06c

Please sign in to comment.