mirror of
https://github.com/JetSetIlly/Gopher2600.git
synced 2025-04-02 11:02:17 -04:00
minimum Go version increased to go1.24.0 disabled unconvert linter. the latest version of the linter does not work with go1.24.0 modified 0001-statsviz.patch to match changes go version change in go.mod
23 lines
623 B
Modula-2
23 lines
623 B
Modula-2
module github.com/jetsetilly/gopher2600
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/go-audio/audio v1.0.0
|
|
github.com/go-audio/wav v1.1.0
|
|
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
|
|
github.com/hajimehoshi/go-mp3 v0.3.4
|
|
github.com/inkyblackness/imgui-go/v4 v4.7.0
|
|
github.com/pkg/term v1.1.0
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
github.com/veandco/go-sdl2 v0.4.35
|
|
golang.org/x/image v0.18.0
|
|
golang.org/x/sys v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-audio/riff v1.0.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
)
|
|
|
|
replace github.com/inkyblackness/imgui-go/v4 v4.7.0 => github.com/jetsetilly/imgui-go/v4 v4.7.2
|