diff --git a/internal/go.mod b/internal/go.mod index 19b444284e..784fb06d15 100644 --- a/internal/go.mod +++ b/internal/go.mod @@ -3,7 +3,7 @@ module github.com/hashicorp/consul/internal go 1.12 require ( - github.com/hashicorp/go-cleanhttp v0.5.0 + github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-uuid v1.0.1 github.com/mitchellh/go-testing-interface v1.0.0 github.com/pkg/errors v0.8.1 diff --git a/internal/go.sum b/internal/go.sum index 1c37a3afa8..8052e3b583 100644 --- a/internal/go.sum +++ b/internal/go.sum @@ -1,5 +1,5 @@ -github.com/hashicorp/go-cleanhttp v0.5.0 h1:wvCrVc9TjDls6+YGAF2hAifE1E5U1+b4tH6KdvN3Gig= -github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= +github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/mitchellh/go-testing-interface v1.0.0 h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=