forked from buildkite/ecs-run-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (17 loc) · 738 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/buildkite/ecs-run-task
require (
github.com/aws/aws-sdk-go v1.15.81
github.com/buildkite/interpolate v0.0.0-20181028012610-973457fa2b4c
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/urfave/cli v1.20.0
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)