File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ require (
132
132
github.com/hashicorp/go-getter v1.7.1 // indirect
133
133
github.com/hashicorp/go-hclog v1.5.0 // indirect
134
134
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
135
- github.com/hashicorp/go-metrics v0.5.1 // indirect
135
+ github.com/hashicorp/go-metrics v0.5.2 // indirect
136
136
github.com/hashicorp/go-plugin v1.5.2 // indirect
137
137
github.com/hashicorp/go-safetemp v1.0.0 // indirect
138
138
github.com/hashicorp/go-version v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -701,8 +701,8 @@ github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVH
701
701
github.com/hashicorp/go-immutable-radix v1.0.0 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
702
702
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc =
703
703
github.com/hashicorp/go-immutable-radix v1.3.1 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
704
- github.com/hashicorp/go-metrics v0.5.1 h1:rfPwUqFU6uZXNvGl4hzjY8LEBsqFVU4si1H9/Hqck/U =
705
- github.com/hashicorp/go-metrics v0.5.1 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
704
+ github.com/hashicorp/go-metrics v0.5.2 h1:ErEYO2f//CjKsUDw4SmLzelsK6L3ZmOAR/4P9iS7ruY =
705
+ github.com/hashicorp/go-metrics v0.5.2 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
706
706
github.com/hashicorp/go-msgpack v0.5.3 /go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM =
707
707
github.com/hashicorp/go-multierror v1.0.0 /go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk =
708
708
github.com/hashicorp/go-plugin v1.5.2 h1:aWv8eimFqWlsEiMrYZdPYl+FdHaBJSN4AWwGWfT1G2Y =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
github.com/cosmos/ics23/go v0.10.0
26
26
github.com/golang/protobuf v1.5.3
27
27
github.com/grpc-ecosystem/grpc-gateway v1.16.0
28
- github.com/hashicorp/go-metrics v0.5.1
28
+ github.com/hashicorp/go-metrics v0.5.2
29
29
github.com/spf13/cast v1.5.1
30
30
github.com/spf13/cobra v1.8.0
31
31
github.com/spf13/viper v1.17.0
Original file line number Diff line number Diff line change @@ -656,8 +656,8 @@ github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVH
656
656
github.com/hashicorp/go-immutable-radix v1.0.0 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
657
657
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc =
658
658
github.com/hashicorp/go-immutable-radix v1.3.1 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
659
- github.com/hashicorp/go-metrics v0.5.1 h1:rfPwUqFU6uZXNvGl4hzjY8LEBsqFVU4si1H9/Hqck/U =
660
- github.com/hashicorp/go-metrics v0.5.1 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
659
+ github.com/hashicorp/go-metrics v0.5.2 h1:ErEYO2f//CjKsUDw4SmLzelsK6L3ZmOAR/4P9iS7ruY =
660
+ github.com/hashicorp/go-metrics v0.5.2 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
661
661
github.com/hashicorp/go-msgpack v0.5.3 /go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM =
662
662
github.com/hashicorp/go-multierror v1.0.0 /go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk =
663
663
github.com/hashicorp/go-plugin v1.5.2 h1:aWv8eimFqWlsEiMrYZdPYl+FdHaBJSN4AWwGWfT1G2Y =
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ require (
114
114
github.com/hashicorp/go-getter v1.7.1 // indirect
115
115
github.com/hashicorp/go-hclog v1.5.0 // indirect
116
116
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
117
- github.com/hashicorp/go-metrics v0.5.1 // indirect
117
+ github.com/hashicorp/go-metrics v0.5.2 // indirect
118
118
github.com/hashicorp/go-plugin v1.5.2 // indirect
119
119
github.com/hashicorp/go-safetemp v1.0.0 // indirect
120
120
github.com/hashicorp/go-version v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -656,8 +656,8 @@ github.com/hashicorp/go-hclog v1.5.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVH
656
656
github.com/hashicorp/go-immutable-radix v1.0.0 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
657
657
github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc =
658
658
github.com/hashicorp/go-immutable-radix v1.3.1 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
659
- github.com/hashicorp/go-metrics v0.5.1 h1:rfPwUqFU6uZXNvGl4hzjY8LEBsqFVU4si1H9/Hqck/U =
660
- github.com/hashicorp/go-metrics v0.5.1 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
659
+ github.com/hashicorp/go-metrics v0.5.2 h1:ErEYO2f//CjKsUDw4SmLzelsK6L3ZmOAR/4P9iS7ruY =
660
+ github.com/hashicorp/go-metrics v0.5.2 /go.mod h1:KEjodfebIOuBYSAe/bHTm+HChmKSxAOXPBieMLYozDE =
661
661
github.com/hashicorp/go-msgpack v0.5.3 /go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM =
662
662
github.com/hashicorp/go-multierror v1.0.0 /go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk =
663
663
github.com/hashicorp/go-plugin v1.5.2 h1:aWv8eimFqWlsEiMrYZdPYl+FdHaBJSN4AWwGWfT1G2Y =
You can’t perform that action at this time.
0 commit comments