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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tool (

require (
github.com/BurntSushi/toml v1.6.0
github.com/anthropics/anthropic-sdk-go v1.36.0
github.com/anthropics/anthropic-sdk-go v1.37.0
github.com/getkin/kin-openapi v0.135.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/jackc/pgx/v5 v5.9.1
Expand All @@ -35,7 +35,7 @@ require (
golang.org/x/sys v0.43.0
golang.org/x/text v0.36.0
google.golang.org/genai v1.54.0
modernc.org/sqlite v1.48.2
modernc.org/sqlite v1.49.1
)

require (
Expand Down Expand Up @@ -283,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.70.0 // indirect
modernc.org/libc v1.72.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
28 changes: 14 additions & 14 deletions go.sum

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

Loading