From a4fc148eca302de43b4cc995d4bb76f3b310f19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:23:10 +0000 Subject: [PATCH] chore(deps): bump github.com/rootlyhq/rootly-go from 0.2.0 to 0.4.0 Bumps [github.com/rootlyhq/rootly-go](https://github.com/rootlyhq/rootly-go) from 0.2.0 to 0.4.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.2.0...v0.4.0) --- updated-dependencies: - dependency-name: github.com/rootlyhq/rootly-go dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c811e6a..19f429e 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/gleich/lumber v1.1.4 github.com/gleich/release v0.0.0-20250104214451-94c42533123f github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 - github.com/rootlyhq/rootly-go v0.2.0 + github.com/rootlyhq/rootly-go v0.4.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1 golang.org/x/sys v0.38.0 // indirect diff --git a/go.sum b/go.sum index 39c1257..bd8fea1 100644 --- a/go.sum +++ b/go.sum @@ -56,8 +56,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/rootlyhq/rootly-go v0.2.0 h1:ipfi7qcjoNBeBhra2E6iknjD168hCjxkjLabc1HdFVg= -github.com/rootlyhq/rootly-go v0.2.0/go.mod h1:/vIONsKgglT/kXbqB3WYx+cZvZKvXAsdpf6yLERa3Ek= +github.com/rootlyhq/rootly-go v0.4.0 h1:sBtbhKEXmWrkFf2CK8q1ooobmb11+M/BKsDmMI+FfNk= +github.com/rootlyhq/rootly-go v0.4.0/go.mod h1:/vIONsKgglT/kXbqB3WYx+cZvZKvXAsdpf6yLERa3Ek= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=