module github.com/knadh/koanf go 1.12 require ( github.com/aws/aws-sdk-go-v2 v1.9.2 github.com/aws/aws-sdk-go-v2/config v1.8.3 github.com/aws/aws-sdk-go-v2/credentials v1.4.3 github.com/aws/aws-sdk-go-v2/service/appconfig v1.4.2 github.com/aws/aws-sdk-go-v2/service/sts v1.7.2 github.com/fatih/structs v1.1.0 github.com/fsnotify/fsnotify v1.4.9 github.com/hashicorp/consul/api v1.13.0 github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/vault/api v1.0.4 github.com/hjson/hjson-go/v4 v4.0.0 github.com/joho/godotenv v1.3.0 github.com/mitchellh/copystructure v1.2.0 github.com/mitchellh/mapstructure v1.5.0 github.com/npillmayer/nestext v0.1.3 github.com/pelletier/go-toml v1.7.0 github.com/rhnvrm/simples3 v0.6.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 go.etcd.io/etcd/client/v3 v3.5.4 gopkg.in/yaml.v3 v3.0.1 )