From b857e6b624352f8ef87d7ce237d6f8b976825023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:15:25 +0000 Subject: [PATCH] build(deps): bump github.com/freifunkMUC/wg-embed from 0.10.3 to 0.10.4 Bumps [github.com/freifunkMUC/wg-embed](https://github.com/freifunkMUC/wg-embed) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/freifunkMUC/wg-embed/releases) - [Commits](https://github.com/freifunkMUC/wg-embed/compare/v0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: github.com/freifunkMUC/wg-embed dependency-type: direct:production update-type: version-update:semver-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 b50e07c3..0da04771 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/coreos/go-oidc/v3 v3.11.0 github.com/docker/docker v27.3.1+incompatible github.com/freifunkMUC/pg-events v0.4.5 - github.com/freifunkMUC/wg-embed v0.10.3 + github.com/freifunkMUC/wg-embed v0.10.4 github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.8.1 github.com/gorilla/sessions v1.4.0 diff --git a/go.sum b/go.sum index 87687811..f6e3bc1e 100644 --- a/go.sum +++ b/go.sum @@ -89,8 +89,8 @@ github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVB github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20= github.com/freifunkMUC/pg-events v0.4.5 h1:W0S0jnMq6AR8DcYbSL96JtSABuUogVDPB7A0T/M/wVs= github.com/freifunkMUC/pg-events v0.4.5/go.mod h1:LdjJx0nBFEO+gmnwtV6MB5CKKPLEyt4dlyvj/Ggjg/4= -github.com/freifunkMUC/wg-embed v0.10.3 h1:MpeCjJiMiGqaWWVrTOka+BNZB8KGAxy1i2fRDbyBg/c= -github.com/freifunkMUC/wg-embed v0.10.3/go.mod h1:RtkfJVgBZAHVsw5U00iWwkfhDtRfpICpGm1q0JpoliA= +github.com/freifunkMUC/wg-embed v0.10.4 h1:q30ZWVktoO/ED8WGMp1Nb9hRkMpewSOaMT96g1l7CPI= +github.com/freifunkMUC/wg-embed v0.10.4/go.mod h1:jgHHsIvYRheflxrwxYfBfGUFThdWCgxwjxe6vewHWLQ= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=