2021-01-16 02:10:47 +03:00
|
|
|
module github.com/unistack-org/micro-config-consul/v3
|
2020-12-08 00:58:12 +03:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/consul/api v1.8.0
|
2020-12-09 13:15:36 +03:00
|
|
|
github.com/hashicorp/go-hclog v0.15.0
|
2020-12-20 00:31:02 +03:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-12-13 13:30:00 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-01-16 02:10:47 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.1.1
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|