From 1d159e87115eebdd64bba8affadeeb53b2f86fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:38:12 +0000 Subject: [PATCH] Bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.3.0 Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.0.0-alpha.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.0.0-alpha.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bc7ec07..ca53951 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/bolkedebruin/rdpgw -go 1.22 +go 1.23.0 + toolchain go1.24.1 require ( @@ -8,7 +9,7 @@ require ( github.com/coreos/go-oidc/v3 v3.9.0 github.com/fatih/structs v1.1.0 github.com/go-jose/go-jose/v4 v4.0.5 - github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 + github.com/go-viper/mapstructure/v2 v2.3.0 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 github.com/gorilla/sessions v1.2.2