24 lines
691 B
Modula-2
24 lines
691 B
Modula-2
module git.tebibyte.media/sashakoshka/tomo
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/jezek/xgbutil v0.0.0-20210302171758-530099784e66
|
|
golang.org/x/image v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
|
|
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
|
|
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
|
|
github.com/jezek/xgb v1.1.0
|
|
)
|