You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/ivanizag/izapple2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.1.4
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220320163800-277f93cfa958
|
|
github.com/ivanizag/iz6502 v1.2.1
|
|
github.com/pkg/profile v1.6.0
|
|
github.com/veandco/go-sdl2 v0.4.17
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
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
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|