diff options
author | Grail Finder <wohilas@gmail.com> | 2024-11-27 20:16:58 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-11-27 20:16:58 +0300 |
commit | 14d706f94a45ab43c51f9c03abea7b3588c571c7 (patch) | |
tree | ad74004c0b3fa95d1e8408797683d548eee807f2 /go.mod | |
parent | 55007d27f808426128a7b2d86169e86c4cf01b57 (diff) |
Feat: add toml config
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module elefant go 1.23.2 require ( + github.com/BurntSushi/toml v1.4.0 github.com/gdamore/tcell/v2 v2.7.4 github.com/glebarez/go-sqlite v1.22.0 github.com/jmoiron/sqlx v1.4.0 |