Update all deps

This commit is contained in:
Renovate Bot
2021-02-10 10:19:21 +00:00
parent 470ea312a5
commit c9583b3414
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -4,10 +4,10 @@ go 1.15
require (
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.8.0
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.11
github.com/pkg/errors v0.9.1 // indirect
github.com/unistack-org/micro/v3 v3.2.4
github.com/unistack-org/micro/v3 v3.2.8
)