forked from buildkite/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
60 lines (57 loc) · 2.81 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/buildkite/agent/v3
go 1.18
require (
cloud.google.com/go v0.0.0-20170217213217-65216237311a
github.com/DataDog/datadog-go v3.7.2+incompatible
github.com/aws/aws-sdk-go v1.43.18
github.com/buildkite/bintest/v3 v3.1.0
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251
github.com/buildkite/shellwords v0.0.0-20180315084142-c3f497d1e000
github.com/buildkite/yaml v0.0.0-20210326113714-4a3f40911396
github.com/creack/pty v1.1.12
github.com/denisbrodbeck/machineid v1.0.0
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/mattn/go-zglob v0.0.0-20180803001819-2ea3427bfa53
github.com/mitchellh/go-homedir v1.1.0
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f
github.com/opentracing/opentracing-go v1.2.0
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/pkg/errors v0.9.1
github.com/qri-io/jsonschema v0.0.0-20180607150648-d0d3b10ec792
github.com/rjeczalik/interfaces v0.1.1
github.com/sergi/go-diff v1.0.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/urfave/cli v1.22.7
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
google.golang.org/api v0.0.0-20181016191922-cc9bd73d51b4
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/googleapis/gax-go v0.0.0-20161107002406-da06d194a00e // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qri-io/jsonpointer v0.0.0-20180309164927-168dd9e45cf2 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/sasha-s/go-deadlock v0.0.0-20180226215254-237a9547c8a5 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tinylib/msgp v1.1.2 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
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
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)