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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ require (
github.com/gen2brain/avif v0.4.4
github.com/gen2brain/webp v0.5.5
github.com/go-faker/faker/v4 v4.7.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/joho/godotenv v1.5.1
github.com/openai/openai-go/v3 v3.16.0
github.com/prometheus/client_golang v1.23.2
github.com/tigrisdata/storage-go v0.4.0
github.com/pstuifzand/ekster v0.0.0-20240904184605-72273498b4a6
github.com/tigrisdata/storage-go v0.4.1
)

require (
Expand Down Expand Up @@ -70,7 +72,6 @@ require (
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -82,7 +83,6 @@ require (
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/pstuifzand/ekster v0.0.0-20240904184605-72273498b4a6 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1031,12 +1031,8 @@ github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=
github.com/tidwall/pretty v1.2.1/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
github.com/tigrisdata/storage-go v0.2.0 h1:9EHAjFKAdTDZXehD7P+kUxOKUvjC5l0xa7TsgXLqNeI=
github.com/tigrisdata/storage-go v0.2.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA=
github.com/tigrisdata/storage-go v0.3.0 h1:6MIwzdKLfrJ1Yr7/VyqxrhIW71SYPYPtZHB5II4Uq08=
github.com/tigrisdata/storage-go v0.3.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA=
github.com/tigrisdata/storage-go v0.4.0 h1:jZvSCQszYoQqL7fJ7B9ds6B/GbgWSULGATXNBhtGDik=
github.com/tigrisdata/storage-go v0.4.0/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA=
github.com/tigrisdata/storage-go v0.4.1 h1:u2pk+v3O4zXvOM+2vcofESbVAwzC8cShT9rcqqA08KY=
github.com/tigrisdata/storage-go v0.4.1/go.mod h1:+m0ApB8kJC08wTeg42Pi7Pu27l3x6a2060bKMnOFXBA=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
Expand Down