summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-01-23 19:41:57 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2020-01-23 19:41:57 -0500
commit462d0a77def48c79aefc2f2dfdae37ee5affce26 (patch)
tree17d49c22f8c3dd159991eb9b34ea51417e57e2ef /go.mod
parentunlicense (diff)
add support for config files
2.2.0 will not be released until libuconf is stabilized
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 3b32cce..39af24a 100644
--- a/go.mod
+++ b/go.mod
@@ -12,4 +12,5 @@ require (
github.com/valyala/fasthttp v1.7.0
github.com/valyala/quicktemplate v1.4.1
golang.org/x/text v0.3.2 // indirect
+ toast.cafe/x/libuconf v0.0.0-20200124004008-45952396b95f
)