2023-09-21 22:10:21 +02:00
|
|
|
module git.fireandbrimst.one/aw/hdiet
|
2019-01-01 19:18:13 +01:00
|
|
|
|
2023-09-21 22:10:21 +02:00
|
|
|
go 1.20
|
2020-10-11 13:41:54 +02:00
|
|
|
|
2019-01-01 19:18:13 +01:00
|
|
|
require (
|
2023-09-21 22:10:21 +02:00
|
|
|
git.fireandbrimst.one/aw/go-chart v3.0.2+incompatible
|
|
|
|
git.fireandbrimst.one/aw/goutil v0.0.0-20230304172414-ed46142b443c
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.fireandbrimst.one/aw/golang-freetype v2.0.1+incompatible // indirect
|
|
|
|
git.fireandbrimst.one/aw/golang-image v2.0.1+incompatible // indirect
|
2019-01-01 19:18:13 +01:00
|
|
|
)
|