Depend on xdg for user dirs

This commit is contained in:
2024-04-29 16:21:53 -04:00
parent e71636ee1b
commit 5fafe7ccb7
5 changed files with 65 additions and 10 deletions

16
go.mod
View File

@@ -2,6 +2,18 @@ module git.tebibyte.media/fspl/nasin
go 1.20
require git.tebibyte.media/tomo/tomo v0.30.0
require (
git.tebibyte.media/tomo/tomo v0.30.0
git.tebibyte.media/tomo/x v0.6.0
git.tebibyte.media/tomo/xdg v0.1.0
)
require golang.org/x/image v0.11.0 // indirect
require (
git.tebibyte.media/tomo/typeset v0.7.0 // indirect
git.tebibyte.media/tomo/xgbkb v1.0.1 // indirect
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 // indirect
github.com/jezek/xgbutil v0.0.0-20230603163917-04188eb39cf0 // indirect
golang.org/x/image v0.11.0 // indirect
)