From 0fe668f1784f52f5b64ffc8b0e01463ad8edfe77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:07:37 +0000 Subject: [PATCH] Bump github.com/jbrukh/bayesian Bumps [github.com/jbrukh/bayesian](https://github.com/jbrukh/bayesian) from 0.0.0-20231117143245-13ae6f916c7a to 1.1.0. - [Commits](https://github.com/jbrukh/bayesian/commits/v1.1.0) --- updated-dependencies: - dependency-name: github.com/jbrukh/bayesian dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 910858f0f..541b026d4 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/google/uuid v1.6.0 github.com/hashicorp/go-version v1.7.0 github.com/ivanpirog/coloredcobra v1.0.1 - github.com/jbrukh/bayesian v0.0.0-20231117143245-13ae6f916c7a + github.com/jbrukh/bayesian v1.1.0 github.com/manifoldco/promptui v0.9.0 github.com/open-policy-agent/frameworks/constraint v0.0.0-20240524210416-5368a3b697f2 github.com/open-policy-agent/gatekeeper/v3 v3.16.3 diff --git a/go.sum b/go.sum index 3e5729977..26b94f4dd 100644 --- a/go.sum +++ b/go.sum @@ -271,8 +271,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2 github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/ivanpirog/coloredcobra v1.0.1 h1:aURSdEmlR90/tSiWS0dMjdwOvCVUeYLfltLfbgNxrN4= github.com/ivanpirog/coloredcobra v1.0.1/go.mod h1:iho4nEKcnwZFiniGSdcgdvRgZNjxm+h20acv8vqmN6Q= -github.com/jbrukh/bayesian v0.0.0-20231117143245-13ae6f916c7a h1:zSc8tkEGo49/E6cQ9o00si0L9Q/Lu1Hsg8JWKCvzEDU= -github.com/jbrukh/bayesian v0.0.0-20231117143245-13ae6f916c7a/go.mod h1:SELxwZQq/mPnfPCR2mchLmT4TQaPJvYtLcCtDWSM7vM= +github.com/jbrukh/bayesian v1.1.0 h1:cpcxvK3idsXuuz1XIkCiLOffLN9ZvoQxi9IzjDD1Jyc= +github.com/jbrukh/bayesian v1.1.0/go.mod h1:+JiAxMl/BfoYElARxjSFclVgpWSKo+UuUw8oEU5zX5I= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=