Gopher2600/go.mod
JetSetIlly eb510b7cb6 updated go.mod for go 1.17
easyterm package updated to satisfy new termios version

other packages updated
2021-08-18 06:25:40 +01:00

23 lines
627 B
Modula-2

module github.com/jetsetilly/gopher2600
go 1.17
require (
github.com/bradleyjkemp/memviz v0.2.3
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
github.com/go-echarts/statsview v0.3.4
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f
github.com/hajimehoshi/go-mp3 v0.3.2
github.com/inkyblackness/imgui-go/v4 v4.2.0
github.com/pkg/term v1.1.0
github.com/veandco/go-sdl2 v0.4.8
)
require (
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-echarts/go-echarts/v2 v2.2.3 // indirect
github.com/rs/cors v1.7.0 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
)