forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
58 lines (56 loc) · 2.48 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
module github.com/taskcluster/taskcluster/v39
go 1.13
require (
github.com/Flaque/filet v0.0.0-20201012163910-45f684403088
github.com/Microsoft/go-winio v0.4.14
github.com/cenkalti/backoff/v3 v3.2.2
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // 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.4.0
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.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/iancoleman/strcase v0.1.2
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/pborman/uuid v1.2.1
github.com/peterbourgon/mergemap v0.0.0-20130613134717-e21c03b7a721
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pkg/browser v0.0.0-20201207095918-0426ae3fba23
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
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.7 // 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-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/tools v0.0.0-20200728160517-2ad651e9e297
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)