Depend on xdg for user dirs
This commit is contained in:
16
go.mod
16
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user