You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/03/04 04:05:01 UTC

[servicecomb-service-center] branch v1.x updated: bump verion of gorilla/websocket (#881)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new d6531d8  bump verion of gorilla/websocket (#881)
d6531d8 is described below

commit d6531d801ecb64754d7f30e6b1ca504f7c2b54b7
Author: Shawn <xi...@gmail.com>
AuthorDate: Thu Mar 4 12:04:50 2021 +0800

    bump verion of gorilla/websocket (#881)
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 76f2622..6099b9d 100644
--- a/go.mod
+++ b/go.mod
@@ -15,7 +15,7 @@ require (
 	github.com/go-chassis/paas-lager v1.1.1
 	github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
 	github.com/golang/protobuf v1.3.2
-	github.com/gorilla/websocket v1.4.0
+	github.com/gorilla/websocket v1.4.2
 	github.com/hashicorp/serf v0.8.3
 	github.com/karlseguin/ccache v2.0.3-0.20170217060820-3ba9789cfd2c+incompatible
 	github.com/labstack/echo v3.2.2-0.20180316170059-a5d81b8d4a62+incompatible