From 84c30fa71d05ebe20c481cbea594b386e1a40949 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink Date: Thu, 2 Sep 2021 17:49:51 -0500 Subject: [PATCH] feat: gjson v1.9.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8dd6c8f7a6fc4..d8e901e8f268d 100644 --- a/go.mod +++ b/go.mod @@ -245,7 +245,7 @@ require ( github.com/stretchr/testify v1.7.0 github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 github.com/testcontainers/testcontainers-go v0.11.0 - github.com/tidwall/gjson v1.8.0 + github.com/tidwall/gjson v1.9.0 github.com/tidwall/match v1.0.3 // indirect github.com/tidwall/pretty v1.1.0 // indirect github.com/tinylib/msgp v1.1.6