Added .env File and docs
docs/environment.md
0 → 100644
... | ... | @@ -13,9 +13,10 @@ require ( |
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/klauspost/compress v1.15.0 // indirect | ||
github.com/joho/godotenv v1.4.0 // indirect | ||
github.com/klauspost/compress v1.15.1 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.34.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
) |
Please register or sign in to comment