forked from buildkite/lifecycled
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 677 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (14 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/buildkite/lifecycled
go 1.14
require (
github.com/alecthomas/kingpin v0.0.0-20180312062423-a39589180ebd
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/aws/aws-sdk-go v1.34.13
github.com/golang/mock v1.4.4
github.com/kdar/gtest v0.0.0-20171003232747-b20da4453579 // indirect
github.com/kdar/logrus-cloudwatchlogs v0.0.0-20200414190340-facbc54742f0
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
)