Skip to content

Commit

Permalink
Merge pull request #201 from sapcc/renovate/external-dependencies
Browse files Browse the repository at this point in the history
Renovate: Update module github.com/alecthomas/kong to v1.8.1
  • Loading branch information
majewsky authored Feb 14, 2025
2 parents 8b4b39f + b1ee4ae commit b4842cf
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 48 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/sapcc/swift-health-exporter
go 1.24

require (
github.com/alecthomas/kong v1.7.0
github.com/alecthomas/kong v1.8.1
github.com/gorilla/mux v1.8.1
github.com/prometheus/client_golang v1.20.5
github.com/sapcc/go-api-declarations v1.13.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
github.com/alecthomas/kong v1.7.0 h1:MnT8+5JxFDCvISeI6vgd/mFbAJwueJ/pqQNzZMsiqZE=
github.com/alecthomas/kong v1.7.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/kong v1.8.1 h1:6aamvWBE/REnR/BCq10EcozmcpUPc5aGI1lPAWdB0EE=
github.com/alecthomas/kong v1.8.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/alecthomas/kong/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 31 additions & 44 deletions vendor/github.com/alecthomas/kong/callbacks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/github.com/alecthomas/kong/lefthook.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/alecthomas/kong v1.7.0
# github.com/alecthomas/kong v1.8.1
## explicit; go 1.20
github.com/alecthomas/kong
# github.com/beorn7/perks v1.0.1
Expand Down

0 comments on commit b4842cf

Please sign in to comment.