diff --git a/proxy/pkg/config/config.go b/proxy/pkg/config/config.go index 4fd2fa1..72e35ce 100644 --- a/proxy/pkg/config/config.go +++ b/proxy/pkg/config/config.go @@ -8,6 +8,7 @@ import ( "github.com/kelseyhightower/envconfig" def "github.com/mcuadros/go-defaults" log "github.com/sirupsen/logrus" + "gopkg.in/yaml.v3" "net" "os" "strconv"