Update dependency versions
This commit is contained in:
10
go.mod
10
go.mod
@@ -4,16 +4,13 @@ go 1.22.2
|
||||
|
||||
require (
|
||||
git.tebibyte.media/sashakoshka/goparse v0.2.0
|
||||
git.tebibyte.media/tomo/backend v0.5.1
|
||||
git.tebibyte.media/tomo/objects v0.20.1
|
||||
git.tebibyte.media/tomo/tomo v0.41.1
|
||||
git.tebibyte.media/tomo/backend v0.6.0
|
||||
git.tebibyte.media/tomo/objects v0.21.0
|
||||
git.tebibyte.media/tomo/tomo v0.45.0
|
||||
git.tebibyte.media/tomo/xdg v0.1.0
|
||||
github.com/flopp/go-findfont v0.1.0
|
||||
golang.org/x/image v0.11.0
|
||||
)
|
||||
|
||||
replace git.tebibyte.media/tomo/tomo => /home/sashakoshka/Repos/tebibyte/tomo/tomo
|
||||
|
||||
require (
|
||||
git.tebibyte.media/tomo/typeset v0.7.1 // indirect
|
||||
git.tebibyte.media/tomo/xgbkb v1.0.1 // indirect
|
||||
@@ -21,5 +18,4 @@ require (
|
||||
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
|
||||
github.com/jezek/xgb v1.1.1 // indirect
|
||||
github.com/jezek/xgbutil v0.0.0-20231116234834-47f30c120111 // indirect
|
||||
golang.org/x/text v0.12.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user