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=