Skip to content

Commit

Permalink
systray: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDunne committed Mar 6, 2022
1 parent 0de0241 commit 6e733ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alttpo/observable v0.0.0-20210711204527-d8b64a4529cc
github.com/alttpo/snes v0.0.0-20220221221359-6e235411a74d
github.com/fsnotify/fsnotify v1.4.9
github.com/getlantern/systray v1.3.1
github.com/getlantern/systray v1.3.2
github.com/gobwas/ws v1.0.4
github.com/improbable-eng/grpc-web v0.15.0
github.com/json-iterator/go v1.1.12
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
nhooyr.io/websocket v1.8.6 // indirect
)

replace github.com/getlantern/systray => github.com/alttpo/systray v1.3.1
replace github.com/getlantern/systray => github.com/alttpo/systray v1.3.2

//replace github.com/getlantern/systray => ../systray

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/alttpo/observable v0.0.0-20210711204527-d8b64a4529cc h1:1qcfbo8eu9X5L
github.com/alttpo/observable v0.0.0-20210711204527-d8b64a4529cc/go.mod h1:S2lExZ67QD0EYw5ie4PlFLwVDEXZzAtDrUbgRWqArRo=
github.com/alttpo/snes v0.0.0-20220221221359-6e235411a74d h1:5ML14Or7AOAsF60s6eEN7YrJRIBy2R2ELJWM/my0xbg=
github.com/alttpo/snes v0.0.0-20220221221359-6e235411a74d/go.mod h1:hqcMbI1PDqZfNOwDdcGcsJPS5ca1nRhBIj9wwkMrS1c=
github.com/alttpo/systray v1.3.1 h1:MFvCLl4LOq6nJw84DAyguYthUCk6miRQmdgV/+hRsos=
github.com/alttpo/systray v1.3.1/go.mod h1:SHjooj3IKvtx2SeEbHOaDgTZ6dN3oYoMJAjtcN75Dzo=
github.com/alttpo/systray v1.3.2 h1:86rDHDv/Q8MNA4TEd4Hy7TcSV+0TpNC0sZ8xc1bBNUI=
github.com/alttpo/systray v1.3.2/go.mod h1:SHjooj3IKvtx2SeEbHOaDgTZ6dN3oYoMJAjtcN75Dzo=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit 6e733ad

Please sign in to comment.