From 7c1526b1326e694053cd11be9632ec7880cd00a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:29:15 +0000 Subject: [PATCH] build(deps): bump github.com/onelogin/onelogin-go-sdk/v4 Bumps [github.com/onelogin/onelogin-go-sdk/v4](https://github.com/onelogin/onelogin-go-sdk) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/onelogin/onelogin-go-sdk/releases) - [Changelog](https://github.com/onelogin/onelogin-go-sdk/blob/main/changelog.md) - [Commits](https://github.com/onelogin/onelogin-go-sdk/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: github.com/onelogin/onelogin-go-sdk/v4 dependency-version: 4.8.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 771e58a..23a8a45 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24 require ( github.com/goccy/go-yaml v1.19.2 - github.com/onelogin/onelogin-go-sdk/v4 v4.7.0 + github.com/onelogin/onelogin-go-sdk/v4 v4.8.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1 ) diff --git a/go.sum b/go.sum index ab013b9..ac630b6 100644 --- a/go.sum +++ b/go.sum @@ -5,8 +5,8 @@ github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM= github.com/goccy/go-yaml v1.19.2/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/onelogin/onelogin-go-sdk/v4 v4.7.0 h1:iPVoGBK8RgjvYD0FzndIulbG7b0vdUfNdQKIPiDcU7w= -github.com/onelogin/onelogin-go-sdk/v4 v4.7.0/go.mod h1:2F3mvTga3mVU4HJNH6OQ00OjJDY3JmLcumJIeMNYwNg= +github.com/onelogin/onelogin-go-sdk/v4 v4.8.0 h1:wHinfKZ5QtQB60Nt2EcURyYUY54o0jo8oqIRJbtGrY8= +github.com/onelogin/onelogin-go-sdk/v4 v4.8.0/go.mod h1:2F3mvTga3mVU4HJNH6OQ00OjJDY3JmLcumJIeMNYwNg= 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/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=