Skip to content

chore: bump dependencies#56

Merged
kaitoyama merged 2 commits intomainfrom
chore/update-dependencies
Jan 28, 2026
Merged

chore: bump dependencies#56
kaitoyama merged 2 commits intomainfrom
chore/update-dependencies

Conversation

@cp-20
Copy link
Copy Markdown
Contributor

@cp-20 cp-20 commented Jan 27, 2026

PR Type

Enhancement, Dependencies


Description

  • Go version updated to 1.24.0.

  • Multiple dependencies updated to newer versions.

  • Indirect dependencies also updated for compatibility.


Diagram Walkthrough

flowchart LR
  A["Update Go version"] --> B["Update dependencies"]
  B --> C["Update indirect dependencies"]
Loading

File Walkthrough

Relevant files
Dependencies
go.mod
Update Go version and dependencies in go.mod                         

go.mod

  • Go version updated to 1.24.0.
  • Updated several dependencies to newer versions.
  • Updated indirect dependencies for compatibility.
+31/-31 
go.sum
Update dependency checksums in go.sum                                       

go.sum

  • Updated checksums for new dependency versions.
  • Added new entries for updated dependencies.
+76/-0   

@cp-20 cp-20 self-assigned this Jan 27, 2026
@github-actions
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Dependency Update

Ensure that all updated dependencies are compatible with the existing codebase and do not introduce any breaking changes.

go 1.24.0

require (
	github.com/go-sql-driver/mysql v1.9.3
	github.com/jmoiron/sqlx v1.4.0
	github.com/joho/godotenv v1.5.1
	github.com/milvus-io/milvus-sdk-go/v2 v2.4.2
	github.com/openai/openai-go/v2 v2.7.1
	github.com/pressly/goose/v3 v3.26.0
	github.com/traPtitech/go-traq v0.0.0-20251201015624-285ca186fc5e
	github.com/traPtitech/traq-ws-bot v1.2.1
)

require (
	filippo.io/edwards25519 v1.1.0 // indirect
	github.com/cockroachdb/errors v1.12.0 // indirect
	github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
	github.com/cockroachdb/redact v1.1.6 // indirect
	github.com/getsentry/sentry-go v0.41.0 // indirect
	github.com/gofrs/uuid v4.4.0+incompatible // indirect
	github.com/gofrs/uuid/v5 v5.4.0 // indirect
	github.com/gogo/protobuf v1.3.2 // indirect
	github.com/golang/protobuf v1.5.4 // indirect
	github.com/google/go-cmp v0.7.0 // indirect
	github.com/gorilla/websocket v1.5.3 // indirect
	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
	github.com/kr/pretty v0.3.1 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/mfridman/interpolate v0.0.2 // indirect
	github.com/milvus-io/milvus-proto/go-api/v2 v2.6.9 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/rogpeppe/go-internal v1.14.1 // indirect
	github.com/sethvargo/go-retry v0.3.0 // indirect
	github.com/stretchr/testify v1.11.0 // indirect
	github.com/tidwall/gjson v1.18.0 // indirect
	github.com/tidwall/match v1.2.0 // indirect
	github.com/tidwall/pretty v1.2.1 // indirect
	github.com/tidwall/sjson v1.2.5 // indirect
	go.uber.org/multierr v1.11.0 // indirect
	golang.org/x/net v0.49.0 // indirect
	golang.org/x/oauth2 v0.34.0 // indirect
	golang.org/x/sync v0.19.0 // indirect
	golang.org/x/sys v0.40.0 // indirect
	golang.org/x/text v0.33.0 // indirect
	google.golang.org/genproto/googleapis/rpc v0.0.0-20260126211449-d11affda4bed // indirect
	google.golang.org/grpc v1.78.0 // indirect
	google.golang.org/protobuf v1.36.11 // indirect
	gopkg.in/validator.v2 v2.0.1 // indirect
)

@cp-20 cp-20 requested a review from kaitoyama January 27, 2026 09:24
Copy link
Copy Markdown
Contributor

@kaitoyama kaitoyama left a comment

Choose a reason for hiding this comment

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

助かります!

@kaitoyama kaitoyama merged commit 95da448 into main Jan 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants