File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjS
3232github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
3333github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
3434github.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 =
3737github.com/rios0rios0/testkit v0.2.1 h1:QUNyTsgci3OpuQNYCKUILTIxCGKHogHDTqP5hkA4PnU =
3838github.com/rios0rios0/testkit v0.2.1 /go.mod h1:Wzhn8QLVR2RUFIvVkbpoWoUE7sJt75uTeHXzQ9ZYUhs =
3939github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
You can’t perform that action at this time.
0 commit comments