izapple2/go.mod

20 lines
769 B
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
2021-05-09 17:48:54 +00:00
go 1.13
2019-12-22 15:41:15 +00:00
require (
2021-03-06 19:23:17 +00:00
fyne.io/fyne/v2 v2.0.1
2020-10-12 15:19:51 +00:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200625191551-73d3c3675aa3
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
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
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
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
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
)