aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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