From 6fe399a7b89bc003bb4a3d1ef4a3ff01d9890fd2 Mon Sep 17 00:00:00 2001 From: Veronika Solovei Date: Wed, 28 Jul 2021 14:52:23 -0700 Subject: [PATCH] Update jsonparser version to v1.1.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dc02dbc..4088923 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/prebid/go-gdpr go 1.13 require ( - github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456 + github.com/buger/jsonparser v1.1.1 github.com/stretchr/testify v1.7.0 ) diff --git a/go.sum b/go.sum index 45257bf..1230ed5 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456 h1:SnUWpAH4lEUoS86woR12h21VMUbDe+DYp88V646wwMI= github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= +github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= +github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=