forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
64 lines (62 loc) · 2.84 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
61
62
63
64
module github.com/taskcluster/taskcluster/v42
// DO NOT MODIFY THIS LINE - automatically updated by infrastructure/tooling/src/generate/generators/go-version.js
go 1.15
require (
github.com/Flaque/filet v0.0.0-20201012163910-45f684403088
github.com/Microsoft/go-winio v0.4.16
github.com/cenkalti/backoff/v3 v3.2.2
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/deckarep/golang-set v1.7.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/dsnet/compress v0.0.1 // indirect
github.com/elastic/go-sysinfo v1.6.0
github.com/elastic/go-windows v1.0.1 // indirect
github.com/fatih/camelcase v1.0.0
github.com/frankban/quicktest v1.10.0 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/ghodss/yaml v1.0.0
github.com/golang/snappy v0.0.3 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/iancoleman/strcase v0.1.3
github.com/johncgriffin/overflow v0.0.0-20170615021017-4d914c927216
github.com/kr/text v0.2.0
github.com/mholt/archiver v2.1.0+incompatible
github.com/mitchellh/go-homedir v1.1.0
github.com/mozilla-services/go-mozlogrus v2.0.0+incompatible
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
github.com/pborman/uuid v1.2.1
github.com/peterbourgon/mergemap v0.0.0-20130613134717-e21c03b7a721
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.6.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/taskcluster/go-got v0.0.0-20190401132811-c63e3293a290
github.com/taskcluster/httpbackoff/v3 v3.1.0
github.com/taskcluster/pulse-go v1.0.0
github.com/taskcluster/shell v0.0.0-20191115171910-c688067f12d3
github.com/taskcluster/slugid-go v1.1.0
github.com/taskcluster/taskcluster-lib-urls v13.0.1+incompatible
github.com/tent/hawk-go v0.0.0-20161026210932-d341ea318957
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210314195730-07df6a141424
golang.org/x/tools v0.1.0
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)