Skip to content
Open
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
11 changes: 5 additions & 6 deletions apps/services/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ tool (

require (
github.com/BurntSushi/toml v1.6.0
github.com/anthropics/anthropic-sdk-go v1.26.0
github.com/anthropics/anthropic-sdk-go v1.27.1
github.com/getkin/kin-openapi v0.134.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/jackc/pgx/v5 v5.8.0
github.com/jackc/pgx/v5 v5.9.0
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/oklog/ulid/v2 v2.1.1
github.com/openai/openai-go v1.12.0
Expand All @@ -34,8 +34,8 @@ require (
golang.org/x/net v0.52.0
golang.org/x/sys v0.42.0
golang.org/x/text v0.35.0
google.golang.org/genai v1.50.0
modernc.org/sqlite v1.46.1
google.golang.org/genai v1.51.0
modernc.org/sqlite v1.47.0
)

require (
Expand Down Expand Up @@ -269,7 +269,6 @@ require (
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.20.0 // indirect
Expand All @@ -284,7 +283,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.7.0 // indirect
modernc.org/libc v1.67.6 // indirect
modernc.org/libc v1.70.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
mvdan.cc/gofumpt v0.9.2 // indirect
Expand Down
32 changes: 16 additions & 16 deletions apps/services/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading