From 8033ffeaece486a9c2dd858cc3e3a90027453a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:21:42 +0000 Subject: [PATCH] build(deps): bump github.com/clambin/go-common/set in /httpserver Bumps [github.com/clambin/go-common/set](https://github.com/clambin/go-common) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/clambin/go-common/releases) - [Commits](https://github.com/clambin/go-common/compare/set/v0.3.0...set/v0.4.1) --- updated-dependencies: - dependency-name: github.com/clambin/go-common/set dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- httpserver/go.mod | 2 +- httpserver/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpserver/go.mod b/httpserver/go.mod index 5530bc9..b7f20ad 100644 --- a/httpserver/go.mod +++ b/httpserver/go.mod @@ -3,7 +3,7 @@ module github.com/clambin/go-common/httpserver go 1.21 require ( - github.com/clambin/go-common/set v0.3.0 + github.com/clambin/go-common/set v0.4.1 github.com/prometheus/client_golang v1.18.0 github.com/prometheus/client_model v0.5.0 github.com/stretchr/testify v1.8.4 diff --git a/httpserver/go.sum b/httpserver/go.sum index 1c9be82..672e26f 100644 --- a/httpserver/go.sum +++ b/httpserver/go.sum @@ -2,8 +2,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/clambin/go-common/set v0.3.0 h1:JvLbPbmFEjhqk4wsgqa/swxD0wGOEDXLOjTrsgZLR3o= -github.com/clambin/go-common/set v0.3.0/go.mod h1:45ZNvBGpHWw2vtfgG6pzqEJpTUUNfgUluJ1/jmM0uWI= +github.com/clambin/go-common/set v0.4.1 h1:mtn+Q86omfaXtJFMUYoLlxNmRIT5Cmsrs8ig7PW/g28= +github.com/clambin/go-common/set v0.4.1/go.mod h1:Q5GpBoM7B7abNV2Wzys+wQMInBHMoHyh/h0Cn2OmY4A= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=