Skip to content

chore: update Go dependencies#19

Merged
podhmo merged 2 commits intomasterfrom
update-deps
Mar 13, 2026
Merged

chore: update Go dependencies#19
podhmo merged 2 commits intomasterfrom
update-deps

Conversation

@podhmo
Copy link
Copy Markdown
Contributor

@podhmo podhmo commented Mar 13, 2026

Summary

  • bump Go version to 1.25 in go.mod and CI workflows
  • Upgrade all Go dependencies to latest versions
  • Migrate go-str2duration from v1 to v2 (v2.1.0)
  • Update vendor directory accordingly
Package Before After
kingpin/v2 v2.3.1 v2.4.0
gorilla/mux v1.8.0 v1.8.1
logrus v1.9.0 v1.9.4
alecthomas/units 20211218 20240927
go-str2duration v1.2.0 v2.1.0
golang.org/x/sys v0.5.0 v0.42.0

Test plan

  • go build ./... passes
  • go test ./... passes
  • golangci-lint run passes

🤖 Generated with Claude Code

podhmo added 2 commits March 13, 2026 20:10
  - Upgrade kingpin/v2 v2.3.1 -> v2.4.0
  - Upgrade gorilla/mux v1.8.0 -> v1.8.1
  - Upgrade logrus v1.9.0 -> v1.9.4
  - Upgrade alecthomas/units to 0.0.0-20240927000941
  - Migrate go-str2duration v1 -> v2 (v2.1.0)
  - Upgrade golang.org/x/sys v0.5.0 -> v0.42.0
  - Keep go directive at 1.19
@podhmo podhmo merged commit df6832a into master Mar 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant