12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module github.com/unistack-org/micro-config-consul/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/hashicorp/consul/api v1.8.0
|
|
github.com/hashicorp/go-hclog v0.15.0
|
|
github.com/imdario/mergo v0.3.11
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/unistack-org/micro/v3 v3.1.2
|
|
)
|