izapple2/go.mod

31 lines
1.2 KiB
Modula-2
Raw Normal View History

2020-10-03 21:38:26 +00:00
module github.com/ivanizag/izapple2
2019-12-22 15:41:15 +00:00
2022-01-28 16:50:42 +00:00
go 1.17
2019-12-22 15:41:15 +00:00
require (
2022-01-28 17:36:18 +00:00
fyne.io/fyne/v2 v2.1.2
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
github.com/ivanizag/iz6502 v1.2.1
github.com/pkg/profile v1.6.0
github.com/veandco/go-sdl2 v0.4.12
)
require (
2022-01-28 16:50:42 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
2022-01-28 17:36:18 +00:00
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
2022-01-28 16:50:42 +00:00
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
2022-01-28 17:36:18 +00:00
github.com/stretchr/testify v1.5.1 // indirect
github.com/yuin/goldmark v1.3.8 // indirect
2022-01-28 16:50:42 +00:00
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
2022-01-28 17:36:18 +00:00
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2022-01-28 16:50:42 +00:00
golang.org/x/text v0.3.3 // indirect
2022-01-28 17:36:18 +00:00
gopkg.in/yaml.v2 v2.2.8 // indirect
2019-12-22 15:41:15 +00:00
)