Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

- changed `DefaultCommandRunner.RunInteractive` to use `sh -c` for proper shell operator support (redirection, pipes)
- changed the Go module dependencies to their latest versions
- changed the Go module dependencies to their latest versions

## [0.4.0] - 2026-03-31

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.1
require (
github.com/google/go-github/v66 v66.0.0
github.com/rios0rios0/cliforge v0.1.0
github.com/rios0rios0/gitforge v0.9.0
github.com/rios0rios0/gitforge v0.9.1
github.com/rios0rios0/langforge v0.5.0
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rios0rios0/cliforge v0.1.0 h1:ODRMSp/KiZFH8ODGlWNpqW8ShtXFSaqvYegTWWlYk78=
github.com/rios0rios0/cliforge v0.1.0/go.mod h1:MmsM3gQkPJiB85tXdcoNfqQIklej8ZDpUN8vWKJzc6w=
github.com/rios0rios0/gitforge v0.9.0 h1:UULLp+ftO9I6ZmHvihcg9KeSQy5+vsWigQFTupXpHZ8=
github.com/rios0rios0/gitforge v0.9.0/go.mod h1:0CsTuMUydLjOVAgAV2ZzqLqNPdQ56/m3yCwZk+Ucwp0=
github.com/rios0rios0/gitforge v0.9.1 h1:HykXcbckOwiMhOKvtJ1ICEry9pEq8/2gMIJcjqjIr6A=
github.com/rios0rios0/gitforge v0.9.1/go.mod h1:1ts/2K9iVaMYBk4b/XWPN5vfjt7A6ktWxXSgm0ox2FU=
github.com/rios0rios0/langforge v0.5.0 h1:mRXfvgna9PGc4S2iYBztmYmwTW9o8MHj0Ne1W8pAy80=
github.com/rios0rios0/langforge v0.5.0/go.mod h1:p7jExZiPGkNmhst2/niCxXw/QofRMW+hp+MA2pn0eYQ=
github.com/rios0rios0/testkit v0.1.1 h1:EIMz9S2fo+19ESdQ7FL8bUap0Xf7Z2zlbgV6gnuHtd4=
Expand Down
Loading