Adds replace directive for tidwall/gjson (#48083)

* Adds replace directive for tidwall/gjson

* uses more recent version of gjson
This commit is contained in:
owensmallwood 2022-04-22 09:32:00 -06:00 committed by GitHub
parent 277a83215c
commit 7dc28d4083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -301,6 +301,8 @@ replace github.com/hashicorp/consul => github.com/hashicorp/consul v1.10.2
replace github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.7
replace github.com/tidwall/gjson => github.com/tidwall/gjson v1.14.1
// Upgraded to fix CVE-2020-26066. This can be removed when go.opentelemetry.io/collector and github.com/influxdata/telegraf are upgraded
// github.com/tidwall/match v1.0.1 should not be used.
replace github.com/tidwall/match => github.com/tidwall/match v1.1.1