Downgrade to go 1.18
This commit is contained in:
parent
32e30440f7
commit
fa72865465
8
go.mod
8
go.mod
@ -1,8 +1,11 @@
|
||||
module git.tebibyte.media/sashakoshka/stone
|
||||
|
||||
go 1.19
|
||||
go 1.18
|
||||
|
||||
require github.com/faiface/pixel v0.10.0
|
||||
require (
|
||||
github.com/faiface/pixel v0.10.0
|
||||
golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
|
||||
@ -11,5 +14,4 @@ require (
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 // indirect
|
||||
github.com/go-gl/mathgl v0.0.0-20190416160123-c4601bc793c7 // indirect
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user