aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsam-anthony <samanthony6@protonmail.com>2022-04-12 17:53:27 -0230
committersam-anthony <samanthony6@protonmail.com>2022-04-12 17:53:27 -0230
commit6b8696836d07ee02509a02f56580caeef63b068b (patch)
treea40b8a6728a70f23630959865c2cddd4cb3fa436 /go.mod
parent4ed36abe10e629322078a440ae7071132c65da7a (diff)
downloadvolute-6b8696836d07ee02509a02f56580caeef63b068b.zip
store compressor data in toml format
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 343375f..ca90545 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module github.com/sam-anthony/volute
go 1.18
-require github.com/AllenDang/giu v0.6.2
+require (
+ github.com/AllenDang/giu v0.6.2
+ github.com/BurntSushi/toml v1.1.0
+)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect