Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit d7a91cf

Browse files
committed
yes
1 parent 282ea77 commit d7a91cf

File tree

4 files changed

+0
-152
lines changed

4 files changed

+0
-152
lines changed

cmd/build-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
./build-and-zip-all-targets.sh ./tui ./tui-builds "P2P_Forwarder_tui"
44
./build-and-zip-all-targets.sh ./cli ./cli-builds "P2P_Forwarder_cli"
5-
# ./build-and-zip-all-targets.sh ./gui ./gui-builds "P2P Forwarder gui"

cmd/gui/main.go

Lines changed: 0 additions & 148 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.14
55
require (
66
github.com/VladimirMarkelov/clui v1.2.1
77
github.com/atotto/clipboard v0.1.2 // indirect
8-
github.com/gotk3/gotk3 v0.4.0
98
github.com/huandu/xstrings v1.3.2 // indirect
109
github.com/libp2p/go-libp2p v0.10.2
1110
github.com/libp2p/go-libp2p-connmgr v0.2.4

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORR
120120
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
121121
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
122122
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
123-
github.com/gotk3/gotk3 v0.4.0 h1:TIuhyQitGeRTxOQIV3AJlYtEWWJpC74JHwAIsxlH8MU=
124-
github.com/gotk3/gotk3 v0.4.0/go.mod h1:Eew3QBwAOBTrfFFDmsDE5wZWbcagBL1NUslj1GhRveo=
125123
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
126124
github.com/grpc-ecosystem/grpc-gateway v1.5.0/go.mod h1:RSKVYQBd5MCa4OVpNdGskqpgL2+G+NZTnrVHpWWfpdw=
127125
github.com/gxed/hashland/keccakpg v0.0.1/go.mod h1:kRzw3HkwxFU1mpmPP8v1WyQzwdGfmKFJ6tItnhQ67kU=

0 commit comments

Comments
 (0)