From 487bbdbe1a250a013eb03dba44aaf232cb37d007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:17:20 +0000 Subject: [PATCH] Bump github.com/datreeio/datree from 1.9.7 to 1.9.8 Bumps [github.com/datreeio/datree](https://github.com/datreeio/datree) from 1.9.7 to 1.9.8. - [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.7...1.9.8) --- 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 1d9e5dc4..7426d02b 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( ) require ( - github.com/datreeio/datree v1.9.7 + github.com/datreeio/datree v1.9.8 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 c691c852..eebcd454 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.7 h1:5B4JdcbbaIxKIWyZt9l+Mz56Sm3TjUhYc/fYmvjKLao= -github.com/datreeio/datree v1.9.7/go.mod h1:RWd7yt4qEFfz2wxaAeJF3oqrJf68ktY6OOuX4c7+l7A= +github.com/datreeio/datree v1.9.8 h1:RgXWu1Yb/kcnGZRC1cOEarLT/nusk5cZrZcpoa+/PmE= +github.com/datreeio/datree v1.9.8/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=