izapple2/go.mod

47 lines
1.9 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 (
2024-01-06 20:48:23 +00:00
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2022-01-28 16:50:42 +00:00
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
2024-01-06 20:48:23 +00:00
github.com/fsnotify/fsnotify v1.7.0 // indirect
2022-01-28 18:31:30 +00:00
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
2024-01-06 20:48:23 +00:00
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // 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
2024-01-06 20:48:23 +00:00
github.com/stretchr/testify v1.8.4 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
2024-01-06 20:48:23 +00:00
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/image v0.5.0 // indirect
2024-01-06 20:48:23 +00:00
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2019-12-22 15:41:15 +00:00
)