bump koanf

This commit is contained in:
Bolke de Bruin
2023-04-16 10:42:16 +02:00
parent 0665f92879
commit 303ed64744
2 changed files with 8 additions and 4 deletions

View File

@@ -2,11 +2,11 @@ package config
import (
"github.com/bolkedebruin/rdpgw/cmd/rdpgw/security"
"github.com/knadh/koanf"
"github.com/knadh/koanf/parsers/yaml"
"github.com/knadh/koanf/providers/confmap"
"github.com/knadh/koanf/providers/env"
"github.com/knadh/koanf/providers/file"
"github.com/knadh/koanf/v2"
"log"
"strings"
)