-
Notifications
You must be signed in to change notification settings - Fork 106
/
go.mod
20 lines (18 loc) · 900 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/concourse/s3-resource
go 1.13
require (
github.com/aws/aws-sdk-go v1.34.0
github.com/cheggaaa/pb v0.0.0-20150813110609-da1f27ad1d95
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4
github.com/fatih/color v1.1.1-0.20170106221514-e8e01ee22a7d
github.com/golang/protobuf v1.4.2 // indirect
github.com/h2non/filetype v1.0.2-0.20170308102658-0df83c38d14f
github.com/mattn/go-colorable v0.0.7 // indirect
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c // indirect
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/olekukonko/ts v0.0.0-20140412220145-ecf753e7c962 // indirect
github.com/onsi/ginkgo v1.2.1-0.20170102031522-a23f924ce96d
github.com/onsi/gomega v0.0.0-20161118205129-f1f0f388b31e
gopkg.in/h2non/filetype.v1 v1.0.1 // indirect
)