diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-03 11:05:58 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-03 11:05:58 +0100 |
| commit | 69ab8022bd8efff2cc5eec5f97af977642e297d8 (patch) | |
| tree | c21c93999bc57639a4b6947f751d273395668df8 /go.mod | |
| parent | 9ea75094dec2e70c3a4304d54d3cd427cbc5ca51 (diff) | |
feat(config): supports toml config files
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
