File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ replace (
18
18
// removing them we would need to import them somewhere in the code.
19
19
// See: https://github.com/golang/go/issues/37352
20
20
github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible
21
- github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2
21
+ github.com/gorilla/websocket => github.com/gorilla/websocket v1.5.3
22
22
github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.2.0
23
23
golang.org/x/text => golang.org/x/text v0.3.5
24
24
)
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO
48
48
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
49
49
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 /go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY =
50
50
github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
51
+ github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
51
52
github.com/hashicorp/go-version v1.2.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
52
53
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
53
54
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
You can’t perform that action at this time.
0 commit comments