-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golang -> 1.17 golang.org/x/crypto -> 0.9.0 Co-authored-by: Mark Stokan <stokanm@vmware.com> Signed-off-by: Rui Yang <ruiya@vmware.com>
- Loading branch information
1 parent
3f6655a
commit daa864f
Showing
2 changed files
with
43 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
module github.com/concourse/github-release-resource | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-github/v39 v39.2.0 | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db | ||
github.com/nxadm/tail v1.4.5 // indirect | ||
github.com/onsi/ginkgo v1.14.2 | ||
github.com/onsi/gomega v1.10.3 | ||
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f | ||
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect | ||
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | ||
) | ||
|
||
require ( | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/nxadm/tail v1.4.5 // indirect | ||
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect | ||
golang.org/x/crypto v0.9.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters