1 Commits

Author SHA1 Message Date
renovate[bot]
4c9713c9b8 fix(deps): update module github.com/spf13/viper (v1.18.2 → v1.21.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 07:26:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
go-version-file: "go.mod"
- name: Cache Go build
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
uses: actions/cache@v4
with:
path: |
~/.cache/go-build

2
go.mod
View File

@@ -3,5 +3,5 @@ module github.com/ivuorinen/tsm
go 1.24
require (
github.com/spf13/viper v1.18.2
github.com/spf13/viper v1.21.0
)