From 69ab8022bd8efff2cc5eec5f97af977642e297d8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 3 Mar 2025 11:05:58 +0100 Subject: feat(config): supports toml config files --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3