From e3e52fd36dc80ffbfc799b74a7f6c0c2e7e4e679 Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Thu, 21 Nov 2019 22:00:37 -0500 Subject: [PATCH] Updated ebiten ref. Removed tag generation. (#223) --- .travis.yml | 3 --- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 169e153b..0dd28b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,6 @@ git: depth: 1 notifications: email: false -before_deploy: - - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)} - - git tag $TRAVIS_TAG deploy: provider: releases api_key: diff --git a/go.mod b/go.mod index 88cee02e..9d9710a7 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/OpenDiablo2/D2Shared v0.0.0-20191121164327-8f10634564d8 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect - github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b + github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea github.com/mitchellh/go-homedir v1.1.0 golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect diff --git a/go.sum b/go.sum index 5c3a4c8c..d3423624 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,8 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGw github.com/hajimehoshi/bitmapfont v1.2.0/go.mod h1:h9QrPk6Ktb2neObTlAbma6Ini1xgMjbJ3w7ysmD7IOU= github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b h1:8LbFtMYNChUizU4eCdzhluH0RsUmOdh1rRlDt54K7/4= github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So= +github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea h1:2534fHaO3V5UhWdcSHT9EOC4KNL6KlXBcscn/BrVjqU= +github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So= github.com/hajimehoshi/go-mp3 v0.2.1/go.mod h1:Rr+2P46iH6PwTPVgSsEwBkon0CK5DxCAeX/Rp65DCTE= github.com/hajimehoshi/oto v0.3.4/go.mod h1:PgjqsBJff0efqL2nlMJidJgVJywLn6M4y8PI4TfeWfA= github.com/hajimehoshi/oto v0.5.3 h1:IccIFFUkT0oAr/KdH3LH7USyvI1ZE84HXiGtuCjs3y0=