From af4f44d4215483e8dac35f97af6e59782d0c5af5 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 28 Feb 2019 02:13:24 +0900 Subject: [PATCH] Update Oto version for the critical bug fix on macOS --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 131e3b8b1..83a4ac0ed 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gopherjs/gopherwasm v1.1.0 github.com/hajimehoshi/bitmapfont v1.1.1 github.com/hajimehoshi/go-mp3 v0.1.1 - github.com/hajimehoshi/oto v0.3.0 + github.com/hajimehoshi/oto v0.3.1-0.20190227163947-8fc782a1384d github.com/jakecoffman/cp v0.1.0 github.com/jfreymuth/oggvorbis v1.0.0 github.com/jfreymuth/vorbis v1.0.0 // indirect diff --git a/go.sum b/go.sum index 0e38b4294..08796b7ce 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/hajimehoshi/bitmapfont v1.1.1/go.mod h1:Hamfxgney7tDSmVOSDh2AWzoDH70O github.com/hajimehoshi/go-mp3 v0.1.1 h1:Y33fAdTma70fkrxnc9u50Uq0lV6eZ+bkAlssdMmCwUc= github.com/hajimehoshi/go-mp3 v0.1.1/go.mod h1:4i+c5pDNKDrxl1iu9iG90/+fhP37lio6gNhjCx9WBJw= github.com/hajimehoshi/oto v0.1.1/go.mod h1:hUiLWeBQnbDu4pZsAhOnGqMI1ZGibS6e2qhQdfpwz04= -github.com/hajimehoshi/oto v0.3.0 h1:HX+K+raGB8L1b3UQAlUlYrHa2dj3jTHvahca5JGy10c= -github.com/hajimehoshi/oto v0.3.0/go.mod h1:e9eTLBB9iZto045HLbzfHJIc+jP3xaKrjZTghvb6fdM= +github.com/hajimehoshi/oto v0.3.1-0.20190227163947-8fc782a1384d h1:TMjnBSu9/aOnLjavw0yNsdZ7Gup6zq5dzicAl2X3u2s= +github.com/hajimehoshi/oto v0.3.1-0.20190227163947-8fc782a1384d/go.mod h1:e9eTLBB9iZto045HLbzfHJIc+jP3xaKrjZTghvb6fdM= github.com/jakecoffman/cp v0.1.0 h1:sgSYEGUgfwiT447fRjloa2c5b6UyYP+7muR3gQK+Ep0= github.com/jakecoffman/cp v0.1.0/go.mod h1:a3xPx9N8RyFAACD644t2dj/nK4SuLg1v+jL61m2yVo4= github.com/jfreymuth/oggvorbis v1.0.0 h1:aOpiihGrFLXpsh2osOlEvTcg5/aluzGQeC7m3uYWOZ0=