From 6b8696836d07ee02509a02f56580caeef63b068b Mon Sep 17 00:00:00 2001 From: sam-anthony Date: Tue, 12 Apr 2022 17:53:27 -0230 Subject: store compressor data in toml format --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3