izapple2/go.mod

33 lines
1.5 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 (
2021-03-06 19:23:17 +00:00
fyne.io/fyne/v2 v2.0.1
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
github.com/fyne-io/mobile v0.1.2 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
2020-10-12 15:19:51 +00:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3
2022-01-28 16:50:42 +00:00
github.com/godbus/dbus/v5 v5.0.3 // indirect
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/ivanizag/iz6502 v1.2.1
2020-10-14 19:54:51 +00:00
github.com/kr/text v0.2.0 // indirect
2020-10-27 22:08:56 +00:00
github.com/pkg/profile v1.5.0
2022-01-28 16:50:42 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2019-12-22 15:41:15 +00:00
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
2022-01-28 16:50:42 +00:00
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
2020-10-14 19:54:51 +00:00
github.com/stretchr/testify v1.6.1 // indirect
2020-10-27 22:15:54 +00:00
github.com/veandco/go-sdl2 v0.4.4
2022-01-28 16:50:42 +00:00
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
2020-10-14 19:54:51 +00:00
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb // indirect
golang.org/x/sys v0.0.0-20201014080544-cc95f250f6bc // indirect
2022-01-28 16:50:42 +00:00
golang.org/x/text v0.3.3 // indirect
2020-10-14 19:54:51 +00:00
golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2019-12-22 15:41:15 +00:00
)