-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rui Yang <[email protected]>
- Loading branch information
Rui Yang
committed
Jul 12, 2023
1 parent
20218be
commit 9fcf366
Showing
2 changed files
with
29 additions
and
14 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,21 +1,28 @@ | ||
module github.com/concourse/semver-resource | ||
|
||
go 1.13 | ||
go 1.20 | ||
|
||
require ( | ||
cloud.google.com/go v0.12.1-0.20170831101736-2b74e2e25316 | ||
github.com/aws/aws-sdk-go v1.44.269 | ||
github.com/aws/aws-sdk-go v1.44.275 | ||
github.com/blang/semver v2.1.0+incompatible | ||
github.com/google/go-cmp v0.3.1 // indirect | ||
github.com/googleapis/gax-go v0.0.0-20170824001441-2cadd475a3e9 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20160212031839-d2dd02622084 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d | ||
github.com/onsi/ginkgo v1.2.1-0.20160314195341-c3a655f9b37a | ||
github.com/onsi/gomega v0.0.0-20160305213952-7ce781ea776b | ||
github.com/rackspace/gophercloud v1.0.1-0.20160229015950-f3d053460f7c | ||
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95 // indirect | ||
google.golang.org/api v0.0.0-20170901000407-955a3ae66b42 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/googleapis/gax-go v0.0.0-20170824001441-2cadd475a3e9 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20160212031839-d2dd02622084 // indirect | ||
golang.org/x/net v0.12.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0 // indirect | ||
google.golang.org/grpc v1.2.1-0.20170831175909-8233e124e463 // indirect | ||
google.golang.org/protobuf v1.26.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