chore: load config from env file

This commit is contained in:
Bo-Yi Wu
2022-07-21 09:36:17 +08:00
committed by Jason Song
parent 5213612033
commit aa9ed05903
5 changed files with 79 additions and 2 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.18
require (
github.com/gorilla/websocket v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/nektos/act v0.2.26
github.com/rs/zerolog v1.26.1
github.com/spf13/cobra v1.4.0