forked from concourse/semver-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.22 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
module github.com/concourse/semver-resource
go 1.13
require (
cloud.google.com/go v0.12.1-0.20170831101736-2b74e2e25316
github.com/aws/aws-sdk-go v1.8.35
github.com/blang/semver v2.1.0+incompatible
github.com/go-ini/ini v1.8.6 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gax-go v0.0.0-20170824001441-2cadd475a3e9 // indirect
github.com/jmespath/go-jmespath v0.0.0-20151208071831-c01cf91b0118 // 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
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/api v0.0.0-20170901000407-955a3ae66b42
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0 // indirect
google.golang.org/grpc v1.2.1-0.20170831175909-8233e124e463 // indirect
)