chore(deps): update go modules
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 2m57s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 1m0s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 58s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 51s
Lint Markdown files / Run markdown linter (pull_request) Successful in 14s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled

This commit is contained in:
2025-09-02 19:04:54 +00:00
parent 1d3e64f946
commit 88c6d87b5d
2 changed files with 7 additions and 7 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module git.cryptic.systems/volker.raschek/drone-email-docker
go 1.24.3
require (
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.7
github.com/spf13/cobra v1.10.1
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.20.1
)