forked from buildkite/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (40 loc) · 2.14 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
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/buildkite/agent/v3
go 1.13
require (
cloud.google.com/go v0.0.0-20170217213217-65216237311a
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895
github.com/aws/aws-sdk-go v0.0.0-20180831223016-2a4034064ca5
github.com/buildkite/bintest v0.0.0-20190227031731-820c89d3b3a0
github.com/buildkite/interpolate v0.0.0-20171114090218-3a807e47135c
github.com/buildkite/shellwords v0.0.0-20180315084142-c3f497d1e000
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisbrodbeck/machineid v1.0.0
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/googleapis/gax-go v0.0.0-20161107002406-da06d194a00e // indirect
github.com/gopherjs/gopherjs v0.0.0-20181004151105-1babbf986f6f // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.2
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53
github.com/mitchellh/go-homedir v1.0.0
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/pkg/errors v0.8.0
github.com/qri-io/jsonpointer v0.0.0-20180309164927-168dd9e45cf2 // indirect
github.com/qri-io/jsonschema v0.0.0-20180607150648-d0d3b10ec792
github.com/sergi/go-diff v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v0.0.0-20180226030253-8e01ec4cd3e2
golang.org/x/crypto v0.0.0-20170825220121-81e90905daef
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20180706062352-ce36f3865eeb
google.golang.org/api v0.0.0-20181016191922-cc9bd73d51b4
google.golang.org/appengine v1.2.0 // indirect
google.golang.org/grpc v0.0.0-20170216003643-d0c32ee6a441 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)