chore(deps): update github.com/caarlos0/env to v11
Some checks failed
Build and test / build-and-test (tronbyt-server-darwin-arm64, arm64, darwin, macos-26) (push) Has been cancelled
Build and test / build-and-test (tronbyt-server-linux-amd64, amd64, linux, ubuntu-24.04) (push) Has been cancelled
Build and test / build-and-test (tronbyt-server-linux-arm64, arm64, linux, ubuntu-24.04-arm) (push) Has been cancelled
Build and test / Create Release (push) Has been cancelled
Create and publish a container image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Gabe Cook
2025-12-17 18:41:04 -06:00
parent 60d5e45031
commit 284902b03e
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module tronbyt-server
go 1.25.5
require (
github.com/caarlos0/env/v6 v6.10.1
github.com/caarlos0/env/v11 v11.3.1
github.com/cyphar/filepath-securejoin v0.6.1
github.com/go-git/go-git/v6 v6.0.0-20251216093047-22c365fcee9c
github.com/go-webauthn/webauthn v0.15.0

4
go.sum
View File

@@ -78,8 +78,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/II=
github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc=
github.com/caarlos0/env/v11 v11.3.1 h1:cArPWC15hWmEt+gWk7YBi7lEXTXCvpaSdCiZE2X5mCA=
github.com/caarlos0/env/v11 v11.3.1/go.mod h1:qupehSf/Y0TUTsxKywqRt/vJjN5nz6vauiYEUUr8P4U=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=

View File

@@ -4,7 +4,7 @@ import (
"log/slog"
"os"
"github.com/caarlos0/env/v6"
"github.com/caarlos0/env/v11"
"github.com/joho/godotenv"
)