Skip to content

Commit 8a83091

Browse files
authored
Merge pull request #221 from rios0rios0/chore/autoupdate-2026-05-20
chore(deps): update Go module dependencies
2 parents 80b367f + 0db1480 commit 8a83091

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
1616

1717
## [Unreleased]
1818

19+
### Changed
20+
21+
- changed the Go module dependencies to their latest versions
22+
1923
## [1.16.4] - 2026-05-19
2024

2125
### Changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-playground/validator/v10 v10.30.2
88
github.com/joho/godotenv v1.5.1
99
github.com/kelseyhightower/envconfig v1.4.0
10-
github.com/rios0rios0/cliforge v0.3.6
10+
github.com/rios0rios0/cliforge v0.3.7
1111
github.com/rios0rios0/testkit v0.2.1
1212
github.com/sirupsen/logrus v1.9.4
1313
github.com/spf13/cobra v1.10.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjS
3232
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
3333
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3434
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
35-
github.com/rios0rios0/cliforge v0.3.6 h1:dHLRjUOlyg4iPu3yVzvT0j7Q1fZMjV+PhTk9O0gOJNQ=
36-
github.com/rios0rios0/cliforge v0.3.6/go.mod h1:uhmWXJbM1KvAUQOKQ9YWaq7KX8O1fL0q0VzOauZ0aDY=
35+
github.com/rios0rios0/cliforge v0.3.7 h1:hhtOiq43hqF9mcDo7D/7fEP7DBvrNgeRlK54NSiab8s=
36+
github.com/rios0rios0/cliforge v0.3.7/go.mod h1:nMH59yvhq1zJ3WJfp6Olf1PM3agvkwMzSwrOb6AkHwg=
3737
github.com/rios0rios0/testkit v0.2.1 h1:QUNyTsgci3OpuQNYCKUILTIxCGKHogHDTqP5hkA4PnU=
3838
github.com/rios0rios0/testkit v0.2.1/go.mod h1:Wzhn8QLVR2RUFIvVkbpoWoUE7sJt75uTeHXzQ9ZYUhs=
3939
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=

0 commit comments

Comments
 (0)