File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
client/cmd/bisonw-desktop Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ permissions:
55jobs :
66 build-go :
77 name : Go CI
8- runs-on : ubuntu-22.04
8+ runs-on : ubuntu-latest
99 strategy :
1010 matrix :
1111 go : ['1.22', '1.23']
1212 steps :
1313 - uses : awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 # v1.4.3
1414 with :
15- packages : git-restore-mtime libgtk-3-dev libwebkit2gtk-4.0 -dev
15+ packages : git-restore-mtime libgtk-3-dev libwebkit2gtk-4.1 -dev
1616 version : 1.0
1717
1818 - name : Set up Go
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ import (
7070 "decred.org/dcrdex/client/webserver"
7171 "decred.org/dcrdex/dex"
7272 "fyne.io/systray"
73+ webview "github.com/bisoncraft/webview_go"
7374 "github.com/gen2brain/beeep"
7475 "github.com/pkg/browser"
75- "github.com/webview/webview"
7676)
7777
7878func mainCore () error {
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ replace decred.org/dcrdex => ../../..
77require (
88 decred.org/dcrdex v0.6.3
99 fyne.io/systray v1.10.1-0.20230403195833-7dc3c09283d6
10+ github.com/bisoncraft/webview_go v0.1.0
1011 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
1112 github.com/progrium/macdriver v0.4.0
12- github.com/webview/webview v0.0.0-20230415172654-8387ff8945fc
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
112112github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
113113github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d /go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4 =
114114github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
115+ github.com/bisoncraft/webview_go v0.1.0 h1:F0ZiJSYzDqE4HJhI1u5I+Y7H51bYzprDum0tAtMnOw4 =
116+ github.com/bisoncraft/webview_go v0.1.0 /go.mod h1:cDmD2SZRZJl3wXKsgU3cRLA64HCcJL9Kxa+Hp5u4so4 =
115117github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE =
116118github.com/bits-and-blooms/bitset v1.13.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
117119github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c /go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84 =
@@ -1120,8 +1122,6 @@ github.com/valyala/fasthttp v1.16.0/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl
11201122github.com/valyala/quicktemplate v1.6.3 /go.mod h1:fwPzK2fHuYEODzJ9pkw0ipCPNHZ2tD5KW4lOuSdPKzY =
11211123github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a /go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio =
11221124github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8 /go.mod h1:dniwbG03GafCjFohMDmz6Zc6oCuiqgH6tGNyXTkHzXE =
1123- github.com/webview/webview v0.0.0-20230415172654-8387ff8945fc h1:3LWOLV/SbVjPYCARWGcRpOKP30U/I6EP1v8PSIoh1aU =
1124- github.com/webview/webview v0.0.0-20230415172654-8387ff8945fc /go.mod h1:rpXAuuHgyEJb6kXcXldlkOjU6y4x+YcASKKXJNUhh0Y =
11251125github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
11261126github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 /go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ =
11271127github.com/xeipuuv/gojsonschema v1.2.0 /go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package main
88import (
99 _ "embed"
1010
11- "github.com/webview/webview "
11+ "github.com/bisoncraft/webview_go "
1212)
1313
1414//go:embed src/bisonw.png
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131 _ "embed"
3232 "unsafe"
3333
34- "github.com/webview/webview "
34+ webview "github.com/bisoncraft/webview_go "
3535)
3636
3737//go:embed src/bisonw.png
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
3535 "strings"
3636 "unsafe"
3737
38- "github.com/webview/webview "
38+ "github.com/bisoncraft/webview_go "
3939)
4040
4141//go:embed src/bisonw.png
You can’t perform that action at this time.
0 commit comments