Skip to content

Commit 7449383

Browse files
authored
Merge pull request #676 from matryer/high_sierra_fix
Update to Wails alpha.61
2 parents a8e8a34 + 12188c3 commit 7449383

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/matryer/xbar/pkg/update v0.0.0-00010101000000-000000000000
1313
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
1414
github.com/pkg/errors v0.9.1
15-
github.com/wailsapp/wails/v2 v2.0.0-alpha.60
15+
github.com/wailsapp/wails/v2 v2.0.0-alpha.61
1616
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
1717
)
1818

app/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
101101
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
102102
github.com/wailsapp/wails/v2 v2.0.0-alpha.60 h1:ji3co6B6n0y3Hd0h+fAH8bvE1TPRl7sEQE+Zj89Qr7g=
103103
github.com/wailsapp/wails/v2 v2.0.0-alpha.60/go.mod h1:Yc65JRHZwCwYfBTaemkOzN7nOl2e1iBVZMzEVPxsQ9s=
104+
github.com/wailsapp/wails/v2 v2.0.0-alpha.61 h1:Ncv45ocLqd/EnjXlbADIg9LSdrhDifCW6h/beN2x2eU=
105+
github.com/wailsapp/wails/v2 v2.0.0-alpha.61/go.mod h1:Yc65JRHZwCwYfBTaemkOzN7nOl2e1iBVZMzEVPxsQ9s=
104106
github.com/wzshiming/ctc v1.2.3/go.mod h1:2tVAtIY7SUyraSk0JxvwmONNPFL4ARavPuEsg5+KA28=
105107
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae/go.mod h1:VTAq37rkGeV+WOybvZwjXiJOicICdpLCN8ifpISjK20=
106108
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=

0 commit comments

Comments
 (0)