deps: update go-memdb for goroutine leak fix (#14983)
* deps: update go-memdb for goroutine leak fix * cl: update for goroutine leak go-memdb
Showing
+6 -3
.changelog/14983.txt
0 → 100644
... | ... | @@ -58,7 +58,7 @@ require ( |
github.com/hashicorp/go-hclog v1.3.1 | ||
github.com/hashicorp/go-immutable-radix v1.3.1 | ||
github.com/hashicorp/go-kms-wrapping/v2 v2.0.5 | ||
github.com/hashicorp/go-memdb v1.3.3 | ||
github.com/hashicorp/go-memdb v1.3.4 | ||
github.com/hashicorp/go-msgpack v1.1.5 | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
... | ... |
Please register or sign in to comment