Skip to content
Closed
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 @@ -19,6 +19,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
### Changed

- changed the Go module dependencies to their latest versions
- changed the Go version to `1.26.2` and updated all module dependencies
Comment on lines 21 to +22
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Unreleased changelog entry is now redundant: line 21 already states that module dependencies were updated, and this new bullet repeats that while also mentioning the Go version. Consider consolidating into a single bullet (e.g., mention the Go version bump and dependency updates once) to avoid duplicate changelog items.

Suggested change
- changed the Go module dependencies to their latest versions
- changed the Go version to `1.26.2` and updated all module dependencies
- changed the Go version to `1.26.2` and updated the Go module dependencies to their latest versions

Copilot uses AI. Check for mistakes.

## [1.1.0] - 2026-04-03

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/rios0rios0/codeguru

go 1.26.1
go 1.26.2

require github.com/rios0rios0/cliforge v0.2.0

require (
github.com/anthropics/anthropic-sdk-go v1.30.0
github.com/anthropics/anthropic-sdk-go v1.32.0
github.com/rios0rios0/gitforge v0.9.1
github.com/rios0rios0/langforge v0.5.0
github.com/rios0rios0/testkit v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/ProtonMail/go-crypto v1.4.1 h1:9RfcZHqEQUvP8RzecWEUafnZVtEvrBVL9BiF67
github.com/ProtonMail/go-crypto v1.4.1/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
github.com/anthropics/anthropic-sdk-go v1.30.0 h1:5kGeZTNWE9UVChnM1xEbpjKEr9zka5C/W+QoZhP9BPo=
github.com/anthropics/anthropic-sdk-go v1.30.0/go.mod h1:dSIO7kSrOI7MA4fE6RRVaw8tyWP7HNQU5/H/KS4cax8=
github.com/anthropics/anthropic-sdk-go v1.32.0 h1:Zc/ozxhi3yj7Z7692eM1Eg3Rc/4X58P5WxfLCcHkvgQ=
github.com/anthropics/anthropic-sdk-go v1.32.0/go.mod h1:dSIO7kSrOI7MA4fE6RRVaw8tyWP7HNQU5/H/KS4cax8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
Expand Down
Loading