From fa3299573b96fe9ac283349ba3055e26a677ddd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:29:04 +0000 Subject: [PATCH] [gomod] - upgrade go dependencies(deps): Bump github.com/vigo/getenv Bumps [github.com/vigo/getenv](https://github.com/vigo/getenv) from 0.0.2 to 0.1.0. - [Release notes](https://github.com/vigo/getenv/releases) - [Commits](https://github.com/vigo/getenv/compare/v0.0.2...v0.1.0) --- updated-dependencies: - dependency-name: github.com/vigo/getenv dependency-version: 0.1.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 d17ff0d..384d999 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/jackc/pgx/v5 v5.8.0 github.com/stretchr/testify v1.11.1 github.com/valyala/fasthttp v1.68.0 - github.com/vigo/getenv v0.0.2 + github.com/vigo/getenv v0.1.0 ) require ( diff --git a/go.sum b/go.sum index 2c25a69..a2b5cc7 100644 --- a/go.sum +++ b/go.sum @@ -120,8 +120,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.68.0 h1:v12Nx16iepr8r9ySOwqI+5RBJ/DqTxhOy1HrHoDFnok= github.com/valyala/fasthttp v1.68.0/go.mod h1:5EXiRfYQAoiO/khu4oU9VISC/eVY6JqmSpPJoHCKsz4= -github.com/vigo/getenv v0.0.2 h1:twosl/znO1+er4seKrBB2Hd1IwEGZPVcofdNUZJ/UtE= -github.com/vigo/getenv v0.0.2/go.mod h1:qMPqXpDiIkgR+nknu2YGhMXWIBYPzBG6tHdC7UrlJC0= +github.com/vigo/getenv v0.1.0 h1:xs0qTTPVNMyHdJ423AKFM74oP+v155VFoxe3cfV2ugQ= +github.com/vigo/getenv v0.1.0/go.mod h1:LxRF1Jd218qJRyAqi33V+csYgWR2FUHAsuj4gyOlvK0= github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU= github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=