module github.com/edgexfoundry/go-mod-registry require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/cenkalti/backoff v2.1.1+incompatible // indirect github.com/hashicorp/consul v1.4.2 github.com/hashicorp/go-cleanhttp v0.5.0 // indirect github.com/hashicorp/go-rootcerts v1.0.0 // indirect github.com/hashicorp/serf v0.8.2 // indirect github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/go-testing-interface v1.0.0 // indirect github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/pelletier/go-toml v1.2.0 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.3.0 gopkg.in/yaml.v2 v2.2.2 // indirect )