go mod tidy

This commit is contained in:
2019-12-30 00:55:34 +00:00
parent e90bea4513
commit 5b4ad2495f
2 changed files with 7 additions and 22 deletions

7
go.mod
View File

@@ -4,12 +4,5 @@ go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/faiface/pixel v0.8.0
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a // indirect
github.com/hajimehoshi/ebiten v1.10.2
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)