Initial commit
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
module git.tebibyte.media/sashakoshka/mathpan
|
||||
|
||||
go 1.19
|
||||
|
||||
require git.tebibyte.media/sashakoshka/stone v0.0.0-20221119230047-9a37fbf04a0d
|
||||
|
||||
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/flopp/go-findfont v0.1.0 // indirect
|
||||
github.com/jezek/xgb v1.1.0 // indirect
|
||||
github.com/jezek/xgbutil v0.0.0-20210302171758-530099784e66 // indirect
|
||||
golang.org/x/image v0.1.0 // indirect
|
||||
golang.org/x/text v0.4.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user