Update ebiten and golang

This commit is contained in:
2021-10-23 22:44:39 +01:00
parent 96dbb297cd
commit 85979834c8
2 changed files with 70 additions and 73 deletions

29
go.mod
View File

@@ -1,18 +1,31 @@
module code.ur.gs/lupine/ordoor
go 1.15
go 1.17
require (
github.com/BurntSushi/toml v0.3.1
github.com/emef/bitfield v0.0.0-20170503144143-7d3f8f823065
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
github.com/hajimehoshi/ebiten/v2 v2.0.6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211023170706-81c96020f6ea // indirect
github.com/hajimehoshi/ebiten/v2 v2.2.1
github.com/kr/text v0.2.0 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/samuel/go-pcx v0.0.0-20180426214139-d9c017170db4
github.com/stretchr/testify v1.5.1
golang.org/x/exp v0.0.0-20210220032938-85be41e4509f // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/sys v0.0.0-20210227040730-b0d1d43c014d // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20211012155715-ffe10e552389 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/mobile v0.0.0-20210924032853-1c027f395ef7 // indirect
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/hajimehoshi/oto/v2 v2.1.0-alpha.2 // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)