diff --git a/logproxy-filter-test/go.mod b/logproxy-filter-test/go.mod index f4eb9e7..beac998 100644 --- a/logproxy-filter-test/go.mod +++ b/logproxy-filter-test/go.mod @@ -6,7 +6,7 @@ replace github.com/philips-software/logproxy v1.1.2-0.20200601065553-015bf068c4e require ( github.com/coreos/etcd v3.3.13+incompatible // indirect - github.com/hashicorp/go-hclog v0.16.2 + github.com/hashicorp/go-hclog v1.2.0 github.com/hashicorp/go-plugin v1.4.3 github.com/philips-software/go-hsdp-api v0.45.0 github.com/philips-software/logproxy v1.4.4 diff --git a/logproxy-filter-test/go.sum b/logproxy-filter-test/go.sum index 1e92a0a..db67d3a 100644 --- a/logproxy-filter-test/go.sum +++ b/logproxy-filter-test/go.sum @@ -454,6 +454,8 @@ github.com/hashicorp/go-hclog v0.16.1 h1:IVQwpTGNRRIHafnTs2dQLIk4ENtneRIEEJWOVDq github.com/hashicorp/go-hclog v0.16.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.16.2 h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs= github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.2.0 h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM= +github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.1.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM=