Skip to content

Commit

Permalink
feat(go-module): update wssocks package version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
genshen committed Feb 24, 2020
1 parent 15c7eea commit 8a20423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
fyne.io/fyne v1.2.2
github.com/genshen/cmds v0.0.0-20190410131841-986519260a65
github.com/genshen/wssocks v0.4.0
github.com/genshen/wssocks v0.4.1
github.com/gorilla/websocket v1.4.1
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200208060501-ecb85df21340
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/genshen/cmds v0.0.0-20190410131841-986519260a65 h1:RYKhlk6k5qpQBZVaSi+azOINxxJRujYMGHVAdMstw+o=
github.com/genshen/cmds v0.0.0-20190410131841-986519260a65/go.mod h1:Uo2P6VGNS7t++sjm8vO2AqK/AB2v/favOgOZB984Z3o=
github.com/genshen/wssocks v0.4.0 h1:rzEoMOfCNn4IVleetrFX9yD+5KlFaxO8BD2+p/ysuBY=
github.com/genshen/wssocks v0.4.0/go.mod h1:NC9loNEBI7xgS70fHC8U/ciDvm04WAzjmEBHkR3W/6Y=
github.com/genshen/wssocks v0.4.1 h1:zg+ZMXyarRfrzXs2YuIadDch8PZTcQp5GOnkzogWm08=
github.com/genshen/wssocks v0.4.1/go.mod h1:NC9loNEBI7xgS70fHC8U/ciDvm04WAzjmEBHkR3W/6Y=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluNRiMjZHalQZrVrvTbPh+qw=
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk=
github.com/go-gl/glfw v0.0.0-20181213070059-819e8ce5125f h1:7MsFMbSn8Lcw0blK4+NEOf8DuHoOBDhJsHz04yh13pM=
Expand Down

0 comments on commit 8a20423

Please sign in to comment.