From 0df5e71d624a5ee1eeac644f947daf1cb5f728ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:03:58 +0000 Subject: [PATCH] chore(deps): bump github.com/rootlyhq/rootly-go Bumps the minor-and-patch group with 1 update: [github.com/rootlyhq/rootly-go](https://github.com/rootlyhq/rootly-go). Updates `github.com/rootlyhq/rootly-go` from 0.10.5 to 0.11.0 - [Release notes](https://github.com/rootlyhq/rootly-go/releases) - [Changelog](https://github.com/rootlyhq/rootly-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/rootlyhq/rootly-go/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: github.com/rootlyhq/rootly-go dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-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 92ca62f..706b59e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( github.com/jedib0t/go-pretty/v6 v6.8.1 github.com/mattn/go-isatty v0.0.22 - github.com/rootlyhq/rootly-go v0.10.5 + github.com/rootlyhq/rootly-go v0.11.0 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 golang.org/x/oauth2 v0.36.0 diff --git a/go.sum b/go.sum index 3aa3f4f..5ef22af 100644 --- a/go.sum +++ b/go.sum @@ -55,8 +55,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= -github.com/rootlyhq/rootly-go v0.10.5 h1:UY/05ONncqmraWyzYvN0BdjjG+ZgD3njT7jQCjqACvY= -github.com/rootlyhq/rootly-go v0.10.5/go.mod h1:s17jjDFDJpQMvSX1a0/DW9D951kyUtlO3+gOKh73G1c= +github.com/rootlyhq/rootly-go v0.11.0 h1:RQ6PFK1vgQHlBTP9dW3/pd5zCxm74jbIqv1lyQ2/pEQ= +github.com/rootlyhq/rootly-go v0.11.0/go.mod h1:s17jjDFDJpQMvSX1a0/DW9D951kyUtlO3+gOKh73G1c= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sagikazarmark/locafero v0.12.0 h1:/NQhBAkUb4+fH1jivKHWusDYFjMOOKU88eegjfxfHb4= github.com/sagikazarmark/locafero v0.12.0/go.mod h1:sZh36u/YSZ918v0Io+U9ogLYQJ9tLLBmM4eneO6WwsI=