[refactor](build, Makefile): drop godotenv dependency and fix Korean grammar in env checks

- Removed `godotenv` dependency from `go.mod` as it's no longer used.
- Corrected Korean grammar in Makefile environment variable validation messages.
This commit is contained in:
dalbodeule
2025-12-08 22:26:08 +09:00
parent 302acb640d
commit c5b3c11df0
2 changed files with 1 additions and 2 deletions

1
go.mod
View File

@@ -6,7 +6,6 @@ require (
entgo.io/ent v0.14.5
github.com/go-acme/lego/v4 v4.28.1
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/pion/dtls/v3 v3.0.7
github.com/prometheus/client_golang v1.19.0