-
Notifications
You must be signed in to change notification settings - Fork 105
/
go.mod
30 lines (27 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/concourse/semver-resource
go 1.20
require (
cloud.google.com/go v0.110.8
github.com/aws/aws-sdk-go v1.44.275
github.com/blang/semver v2.1.0+incompatible
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
google.golang.org/api v0.128.0
)
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.20.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)