From f00230c6da7c3e9819b8a110f57779d8fd90a673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:40:20 +0000 Subject: [PATCH] chore(deps): bump github.com/buger/jsonparser in /cni Bumps [github.com/buger/jsonparser](https://github.com/buger/jsonparser) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](https://github.com/buger/jsonparser/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cni/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cni/go.mod b/cni/go.mod index be044e7..19b2fdb 100644 --- a/cni/go.mod +++ b/cni/go.mod @@ -5,7 +5,7 @@ go 1.23.0 require ( github.com/Microsoft/hcsshim v0.9.2 github.com/aws/aws-sdk-go v1.43.29 - github.com/buger/jsonparser v1.1.1 + github.com/buger/jsonparser v1.1.2 github.com/containernetworking/cni v1.2.3 github.com/coreos/go-iptables v0.6.0 github.com/gorilla/mux v1.7.3