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-20240118000515-a250818d05e3 github.com/ivanizag/iz6502 v1.4.0 github.com/pkg/profile v1.7.0 github.com/veandco/go-sdl2 v0.4.38 golang.org/x/exp v0.0.0-20240119083558-1b970713d09a ) require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/felixge/fgprof v0.9.3 // indirect github.com/fredbi/uri v1.1.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/goki/freetype v1.0.2 // indirect github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 // indirect github.com/kr/text v0.2.0 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect github.com/stretchr/testify v1.8.4 // indirect github.com/yuin/goldmark v1.6.0 // indirect golang.org/x/image v0.15.0 // indirect golang.org/x/net v0.20.0 // indirect golang.org/x/sys v0.16.0 // indirect golang.org/x/text v0.14.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )