Skip to content

Commit 5734703

Browse files
committed
Update go.mod
1 parent 1226ce4 commit 5734703

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
module github.com/hajimehoshi/oto
22

3-
require (
4-
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect
5-
github.com/gopherjs/gopherwasm v0.1.0
6-
)
3+
require github.com/gopherjs/gopherwasm v0.1.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f h1:FDM3EtwZLyhW48YRiyqjivNlNZjAObv4xt4NnJaU+NQ=
22
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
3-
github.com/gopherjs/gopherwasm v0.1.0 h1:ObHqQC3NEmecyTdq5ZjU3v9mrZlvUn/VYau1DCdgEkE=
4-
github.com/gopherjs/gopherwasm v0.1.0/go.mod h1:p5NWZjUtSXtYIzAvkf5nz1PKQ1ZP2kf/mb4apd1qN24=
3+
github.com/gopherjs/gopherwasm v0.1.1 h1:R/3+SfgCFStiql6ICfyfke1WtpglfjIvTEBux8R1euc=
4+
github.com/gopherjs/gopherwasm v0.1.1/go.mod h1:kx4n9a+MzHH0BJJhvlsQ65hqLFXDO/m256AsaDPQ+/4=

0 commit comments

Comments
 (0)