hayai/go.mod

48 lines
2.0 KiB
Modula-2

module hayai
go 1.23.0
require (
github.com/disintegration/imaging v1.6.2
github.com/faiface/beep v1.1.0
github.com/fogleman/gg v1.3.0
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gorilla/websocket v1.5.3
github.com/hajimehoshi/ebiten/v2 v2.8.6
github.com/jftuga/geodist v1.0.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/mmcloughlin/globe v0.0.0-20240209192953-d41128bd4632
github.com/pymaxion/geographiclib-go v1.1.0
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
golang.org/x/image v0.20.0
gonum.org/v1/gonum v0.15.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/icza/bitio v1.0.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/mewkiz/flac v1.0.7 // indirect
github.com/mewkiz/pkg v0.0.0-20190919212034-518ade7978e2 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/tidwall/pinhole v0.0.0-20210130162507-d8644a7c3d19 // indirect
golang.org/x/exp/shiny v0.0.0-20250215185904-eff6e970281f // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)