This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/go.mod

26 lines
766 B
Modula-2
Raw Normal View History

2023-01-09 06:03:19 +00:00
module git.tebibyte.media/sashakoshka/tomo
go 1.19
require (
git.tebibyte.media/sashakoshka/ezprof v0.0.0-20230309044548-401cba83602b
2023-02-09 04:41:31 +00:00
github.com/faiface/beep v1.1.0
2023-04-03 20:09:13 +00:00
github.com/jezek/xgbutil v0.0.0-20230403164920-e2f86723ca07
2023-01-09 06:03:19 +00:00
golang.org/x/image v0.3.0
)
2023-02-09 04:41:31 +00:00
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
)
2023-01-09 06:03:19 +00:00
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
)
2023-04-05 06:12:17 +00:00