diff --git a/go.mod b/go.mod index fa6b7e8..7e26c98 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,5 @@ require ( github.com/tidwall/gjson v1.14.2 github.com/tidwall/pretty v1.2.0 ) + +replace github.com/tidwall/sjson => github.com/ContinuumLLC/sjson v1.0.0