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 (
|
2021-01-29 16:20:57 +03:00
|
|
|
github.com/google/btree v1.0.0 // indirect
|
2021-02-10 13:19:21 +03:00
|
|
|
github.com/hashicorp/consul/api v1.8.1
|
2021-04-05 21:57:47 +03:00
|
|
|
github.com/hashicorp/go-hclog v0.16.0
|
2021-01-29 16:20:57 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
2021-03-10 00:52:55 +03:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2020-12-13 13:30:00 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-04-19 15:13:45 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.3.15
|
2020-12-08 00:58:12 +03:00
|
|
|
)
|