general: support reading config files (#55)

This commit is contained in:
Yuhui Xu
2022-07-08 23:13:10 -04:00
committed by GitHub
parent 892a7bee22
commit 6f6b2bd283
10 changed files with 2055 additions and 219 deletions

View File

@@ -3,6 +3,13 @@ module github.com/xddxdd/bird-lg-go/proxy
go 1.15
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/handlers v1.5.1
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.12.0
github.com/subosito/gotenv v1.4.0 // indirect
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)