izapple2/go.mod

31 lines
1.1 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-04-18 14:10:25 +00:00
go 1.18
2019-12-22 15:41:15 +00:00
require (
2022-04-18 14:10:25 +00:00
fyne.io/fyne/v2 v2.1.4
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958
2022-01-28 17:36:18 +00:00
github.com/ivanizag/iz6502 v1.2.1
github.com/pkg/profile v1.6.0
2022-04-18 14:10:25 +00:00
github.com/veandco/go-sdl2 v0.4.17
2022-01-28 17:36:18 +00:00
)
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
2022-01-28 18:31:30 +00:00
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
2022-04-18 14:10:25 +00:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
2022-01-28 18:31:30 +00:00
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
2022-01-28 16:50:42 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-04-18 14:10:25 +00:00
github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44 // indirect
github.com/srwiley/rasterx v0.0.0-20220128185129-2efea2b9ea41 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
2022-01-28 18:31:30 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2019-12-22 15:41:15 +00:00
)