module gitlab.schukai.com/oss/libraries/go/application/configuration

go 1.19

require (
	github.com/fsnotify/fsnotify v1.5.4
	github.com/imdario/mergo v0.3.13
	github.com/kinbiko/jsonassert v1.1.1
	github.com/magiconair/properties v1.8.6
	github.com/pelletier/go-toml/v2 v2.0.5
	github.com/r3labs/diff/v3 v3.0.0
	github.com/stretchr/testify v1.8.0
	gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.1.0
	golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
	golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
	golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	google.golang.org/protobuf v1.28.1 // indirect
)