aboutsummaryrefslogtreecommitdiff
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 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