Skip to content

Commit ea41880

Browse files
committed
Fixup and upgrade go package dependencies
1 parent 4a42480 commit ea41880

File tree

4 files changed

+600
-119
lines changed

4 files changed

+600
-119
lines changed

generated/references.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ require (
88
github.com/Microsoft/go-winio v0.5.1
99
github.com/cenkalti/backoff/v3 v3.2.2
1010
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
11-
github.com/deckarep/golang-set v1.7.1
11+
github.com/deckarep/golang-set v1.8.0
1212
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
1313
github.com/elastic/go-sysinfo v1.7.1
1414
github.com/fatih/camelcase v1.0.0
1515
github.com/getsentry/raven-go v0.2.0
1616
github.com/ghodss/yaml v1.0.0
1717
github.com/golang-jwt/jwt/v4 v4.3.0
1818
github.com/gorilla/mux v1.8.0
19-
github.com/gorilla/websocket v1.4.2
19+
github.com/gorilla/websocket v1.5.0
2020
github.com/iancoleman/strcase v0.2.0
21-
github.com/johncgriffin/overflow v0.0.0-20170615021017-4d914c927216
21+
github.com/johncgriffin/overflow v0.0.0-20211019200055-46fa312c352c
2222
github.com/kr/text v0.2.0
2323
github.com/mholt/archiver/v3 v3.5.1
2424
github.com/mitchellh/go-homedir v1.1.0
2525
github.com/mozilla-services/go-mozlogrus v2.0.0+incompatible
2626
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
2727
github.com/pborman/uuid v1.2.1
28-
github.com/peterbourgon/mergemap v0.0.0-20130613134717-e21c03b7a721
29-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
28+
github.com/peterbourgon/mergemap v0.0.1
29+
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
3030
github.com/pkg/errors v0.9.1
3131
github.com/sirupsen/logrus v1.8.1
32-
github.com/spf13/cobra v1.1.3
32+
github.com/spf13/cobra v1.3.0
3333
github.com/spf13/pflag v1.0.5
3434
github.com/streadway/amqp v1.0.0
3535
github.com/stretchr/testify v1.7.0
@@ -41,39 +41,38 @@ require (
4141
github.com/taskcluster/taskcluster-lib-urls v13.0.1+incompatible
4242
github.com/tent/hawk-go v0.0.0-20161026210932-d341ea318957
4343
github.com/xeipuuv/gojsonschema v1.2.0
44-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
45-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
46-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
44+
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
45+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
46+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
4747
golang.org/x/tools v0.1.9
4848
gopkg.in/yaml.v2 v2.4.0
49-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
49+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
5050
)
5151

5252
require (
5353
github.com/andybalholm/brotli v1.0.4 // indirect
54-
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
54+
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
5555
github.com/davecgh/go-spew v1.1.1 // indirect
5656
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
5757
github.com/elastic/go-windows v1.0.1 // indirect
5858
github.com/golang/snappy v0.0.4 // indirect
59-
github.com/google/uuid v1.2.0 // indirect
59+
github.com/google/uuid v1.3.0 // indirect
6060
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6161
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
62-
github.com/klauspost/compress v1.14.2 // indirect
62+
github.com/klauspost/compress v1.14.3 // indirect
6363
github.com/klauspost/pgzip v1.2.5 // indirect
64-
github.com/kr/pretty v0.2.0 // indirect
6564
github.com/nwaples/rardecode v1.1.2 // indirect
66-
github.com/pierrec/lz4/v4 v4.1.12 // indirect
65+
github.com/pierrec/lz4/v4 v4.1.14 // indirect
6766
github.com/pmezard/go-difflib v1.0.0 // indirect
68-
github.com/prometheus/procfs v0.6.0 // indirect
69-
github.com/spf13/afero v1.1.2 // indirect
67+
github.com/prometheus/procfs v0.7.3 // indirect
68+
github.com/spf13/afero v1.6.0 // indirect
7069
github.com/ulikunitz/xz v0.5.10 // indirect
7170
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
7271
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7372
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
7473
golang.org/x/mod v0.5.1 // indirect
7574
golang.org/x/text v0.3.7 // indirect
7675
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
77-
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
76+
howett.net/plist v1.0.0 // indirect
7877
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
7978
)

0 commit comments

Comments
 (0)