2020-12-08 19:10:37 +03:00
|
|
|
module github.com/unistack-org/micro-config-consul
|
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-13 13:30:00 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/unistack-org/micro/v3 v3.0.2-0.20201213102644-92aec349c3d4
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|