aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 11:05:58 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 11:05:58 +0100
commit69ab8022bd8efff2cc5eec5f97af977642e297d8 (patch)
treec21c93999bc57639a4b6947f751d273395668df8 /go.mod
parent9ea75094dec2e70c3a4304d54d3cd427cbc5ca51 (diff)
feat(config): supports toml config files
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 ab5925e..9ba7e3c 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,9 @@ module now
go 1.24
-require github.com/anhgelus/golatt v0.4.0
+require (
+ github.com/BurntSushi/toml v1.4.0
+ github.com/anhgelus/golatt v0.4.0
+)
require github.com/gorilla/mux v1.8.1 // indirect