Merge branch 'v3' into dependabot/go_modules/github.com/hashicorp/consul/api-1.13.0

This commit is contained in:
2022-06-25 22:46:31 +03:00
committed by GitHub
2 changed files with 11 additions and 13 deletions

5
go.mod
View File

@@ -4,17 +4,14 @@ go 1.16
require (
github.com/armon/go-metrics v0.3.9 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/hashicorp/consul/api v1.13.0
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.2.0
github.com/hashicorp/go-hclog v1.2.1
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.12
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
go.unistack.org/micro/v3 v3.9.8
)