Skip to content

Commit

Permalink
Merge pull request #45 from prologic/master
Browse files Browse the repository at this point in the history
Fix Javascript build, removing gopherjs in favour of syscall/js
  • Loading branch information
gen2brain committed Apr 2, 2022
2 parents 629384b + 20e5a4c commit 6a3042f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 587 deletions.
2 changes: 1 addition & 1 deletion beep_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package beeep

import (
"github.com/gopherjs/gopherwasm/js"
"syscall/js"
)

var (
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ go 1.14
require (
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4
github.com/godbus/dbus/v5 v5.1.0
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect
github.com/gopherjs/gopherwasm v1.1.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
)

require github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
Loading

0 comments on commit 6a3042f

Please sign in to comment.