Skip to content

Commit 0b64003

Browse files
committed
Attempt to solve consul vulnerability
1 parent 811c9ee commit 0b64003

File tree

2 files changed

+62
-189
lines changed

2 files changed

+62
-189
lines changed

go.mod

+7-30
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/Azure/go-autorest/autorest/azure/cli v0.4.0
1515
github.com/BurntSushi/toml v0.3.1
1616
github.com/JaderDias/movingmedian v0.0.0-20170611140316-de8c410559fa
17-
github.com/NYTimes/gziphandler v0.0.0-20180125165240-289a3b81f5ae
17+
github.com/NYTimes/gziphandler v1.0.1
1818
github.com/alyu/configparser v0.0.0-20151125021232-26b2fe18bee1
1919
github.com/asaskevich/govalidator v0.0.0-20180115102450-4b3d68f87f17
2020
github.com/aws/aws-sdk-go v1.29.24
@@ -57,7 +57,7 @@ require (
5757
github.com/lib/pq v1.3.0
5858
github.com/magneticio/vamp-router v0.0.0-20151116102511-29379b621548
5959
github.com/mattn/go-sqlite3 v1.9.0
60-
github.com/micro/go-micro v0.1.4
60+
github.com/micro/go-micro v0.27.1
6161
github.com/mitchellh/go-homedir v1.1.0
6262
github.com/mjibson/go-dsp v0.0.0-20170104183934-49dba8372707
6363
github.com/nsf/termbox-go v0.0.0-20180129072728-88b7b944be8b
@@ -79,9 +79,8 @@ require (
7979
github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f
8080
github.com/xwb1989/sqlparser v0.0.0-20171128062118-da747e0c62c4
8181
github.com/yoheimuta/protolint v0.32.0
82-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
82+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
8383
golang.org/x/net v0.0.0-20211105192438-b53810dc28af
84-
google.golang.org/api v0.30.0
8584
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
8685
google.golang.org/grpc v1.38.0
8786
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
@@ -95,15 +94,12 @@ require (
9594
)
9695

9796
require (
98-
github.com/Microsoft/go-winio v0.5.0 // indirect
97+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
98+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
9999
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
100100
github.com/aclements/go-moremath v0.0.0-20170210193428-033754ab1fee // indirect
101-
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
102-
github.com/armon/go-radix v1.0.0 // indirect
103101
github.com/bluele/slack v0.0.0-20180528010058-b4b4d354a079 // indirect
104102
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
105-
github.com/docker/go-connections v0.4.0 // indirect
106-
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
107103
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
108104
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
109105
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
@@ -123,31 +119,12 @@ require (
123119
github.com/gorilla/context v1.1.1 // indirect
124120
github.com/gorilla/securecookie v1.1.1 // indirect
125121
github.com/gorilla/sessions v0.0.0-20180209192218-6ba88b7f1c1e // indirect
126-
github.com/hashicorp/consul v0.0.0-20180215214858-1ce90e2a19ea // indirect
127-
github.com/hashicorp/go-discover v0.0.0-20220105235006-b95dfa40aaed // indirect
128-
github.com/hashicorp/go-memdb v1.3.2 // indirect
129-
github.com/hashicorp/go-msgpack v1.1.5 // indirect
130-
github.com/hashicorp/go-multierror v1.1.1 // indirect
131-
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
132-
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
133-
github.com/hashicorp/go-syslog v1.0.0 // indirect
134-
github.com/hashicorp/go-uuid v1.0.2 // indirect
135-
github.com/hashicorp/go-version v1.4.0 // indirect
136-
github.com/hashicorp/hil v0.0.0-20210521165536-27a72121fd40 // indirect
137-
github.com/hashicorp/logutils v1.0.0 // indirect
138-
github.com/hashicorp/memberlist v0.3.1 // indirect
139-
github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 // indirect
140-
github.com/hashicorp/raft v1.3.6 // indirect
141-
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
142-
github.com/hashicorp/serf v0.0.0-20180213013805-d4f33d5b6a0b // indirect
122+
github.com/imdario/mergo v0.3.11 // indirect
143123
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
144124
github.com/juju/testing v0.0.0-20220203020004-a0ff61f03494 // indirect
145125
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
146-
github.com/mattn/go-runewidth v0.0.0-20170510074858-97311d9f7767 // indirect
126+
github.com/mattn/go-runewidth v0.0.13 // indirect
147127
github.com/miekg/dns v1.1.43 // indirect
148-
github.com/mitchellh/cli v1.1.2 // indirect
149-
github.com/mitchellh/copystructure v1.2.0 // indirect
150-
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
151128
github.com/pkg/xattr v0.4.6
152129
github.com/rs/cors v1.7.0 // indirect
153130
github.com/siddontang/go-log v0.0.0-20190221022429-1e957dd83bed // indirect

0 commit comments

Comments
 (0)