From 2b2278fb1099c8d2ee1779c9ba371a8a5931f060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 15:04:06 +0000 Subject: [PATCH] Bump github.com/datreeio/datree from 1.9.2 to 1.9.3 Bumps [github.com/datreeio/datree](https://github.com/datreeio/datree) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/datreeio/datree/releases) - [Changelog](https://github.com/datreeio/datree/blob/main/.goreleaser.yml) - [Commits](https://github.com/datreeio/datree/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: github.com/datreeio/datree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d15148a0..30f34e59 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( ) require ( - github.com/datreeio/datree v1.9.2 + github.com/datreeio/datree v1.9.3 github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-cmp v0.5.9 // indirect github.com/magiconair/properties v1.8.7 diff --git a/go.sum b/go.sum index 958345c6..f5dcefa0 100644 --- a/go.sum +++ b/go.sum @@ -19,8 +19,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7 github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/datreeio/datree v1.9.2 h1:ttgClaIk+zD5TSPDucWo54eGaImdT/ygsRh3yFmZVUQ= -github.com/datreeio/datree v1.9.2/go.mod h1:RWd7yt4qEFfz2wxaAeJF3oqrJf68ktY6OOuX4c7+l7A= +github.com/datreeio/datree v1.9.3 h1:9A61FtxsIMMrW9cQ/uJy34Zh6iJxlVw6mpa9K7+oOf8= +github.com/datreeio/datree v1.9.3/go.mod h1:RWd7yt4qEFfz2wxaAeJF3oqrJf68ktY6OOuX4c7+l7A= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=