diff options
| author | William Hergès <william@herges.fr> | 2025-12-27 18:54:39 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-12-27 18:54:39 +0100 |
| commit | 87b27187b93912fc22e61fd298606af7d7bce710 (patch) | |
| tree | 6b38f839b00414d8e7e2a3e79908f356c14a5f26 /go.mod | |
| parent | 7223c1172448b1a9b2bd8079b56cc84858be2ffc (diff) | |
build(go): remove useless godotenv deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ go 1.25.1 require ( github.com/go-chi/chi/v5 v5.2.3 - github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 ) |
