go.mod 129 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 module joongna go 1.17 require ( github.com/caarlos0/env/v6 v6.9.1 // indirect github.com/joho/godotenv v1.4.0 // indirect )