Skip to content

Commit 5a473bc

Browse files
committed
Update dependencies
1 parent 0007045 commit 5a473bc

File tree

2 files changed

+32
-142
lines changed

2 files changed

+32
-142
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.1
66

77
require (
88
cloud.google.com/go/ai v0.3.4
9-
cloud.google.com/go/aiplatform v1.65.0
9+
cloud.google.com/go/aiplatform v1.66.0
1010
github.com/aws/aws-sdk-go-v2 v1.26.0
1111
github.com/aws/aws-sdk-go-v2/service/sagemakerruntime v1.27.3
1212
github.com/cohere-ai/tokenizer v1.1.2
@@ -17,7 +17,7 @@ require (
1717
github.com/nlpodyssey/spago v1.1.0
1818
github.com/sashabaranov/go-openai v1.20.4
1919
github.com/stretchr/testify v1.9.0
20-
github.com/weaviate/weaviate v1.24.5
20+
github.com/weaviate/weaviate v1.24.6
2121
golang.org/x/net v0.22.0
2222
golang.org/x/sys v0.18.0
2323
google.golang.org/grpc v1.62.1
@@ -71,11 +71,11 @@ require (
7171
github.com/go-stack/stack v1.8.1 // indirect
7272
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7373
github.com/golang/protobuf v1.5.4 // indirect
74-
github.com/google/flatbuffers v24.3.7+incompatible // indirect
74+
github.com/google/flatbuffers v24.3.25+incompatible // indirect
7575
github.com/google/go-cmp v0.6.0 // indirect
7676
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
7777
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
78-
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
78+
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
7979
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
8080
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
8181
github.com/jfreymuth/vorbis v1.0.2 // indirect
@@ -107,11 +107,11 @@ require (
107107
golang.org/x/oauth2 v0.18.0 // indirect
108108
golang.org/x/text v0.14.0 // indirect
109109
golang.org/x/tools v0.19.0 // indirect
110-
google.golang.org/api v0.171.0 // indirect
110+
google.golang.org/api v0.172.0 // indirect
111111
google.golang.org/appengine v1.6.8 // indirect
112-
google.golang.org/genproto v0.0.0-20240325164216-beb30f47624b // indirect
113-
google.golang.org/genproto/googleapis/api v0.0.0-20240325164216-beb30f47624b // indirect
114-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325164216-beb30f47624b // indirect
112+
google.golang.org/genproto v0.0.0-20240325203815-454cdb8f5daa // indirect
113+
google.golang.org/genproto/googleapis/api v0.0.0-20240325203815-454cdb8f5daa // indirect
114+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect
115115
gopkg.in/warnings.v0 v0.1.2 // indirect
116116
gopkg.in/yaml.v3 v3.0.1 // indirect
117117
)
@@ -123,7 +123,7 @@ require (
123123
github.com/avast/retry-go v3.0.0+incompatible
124124
github.com/aws/aws-sdk-go-v2/config v1.27.9
125125
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.12
126-
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime v1.4.3
126+
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime v1.6.0
127127
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.7.3
128128
github.com/aws/aws-sdk-go-v2/service/comprehend v1.31.3
129129
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0
@@ -140,7 +140,7 @@ require (
140140
github.com/hupe1980/go-huggingface v0.0.15
141141
github.com/hupe1980/go-promptlayer v0.0.6
142142
github.com/hupe1980/go-textractor v0.0.9
143-
github.com/hupe1980/go-tiktoken v0.0.5
143+
github.com/hupe1980/go-tiktoken v0.0.6
144144
github.com/ledongthuc/pdf v0.0.0-20240201131950-da5b75280b06
145145
github.com/mattn/go-sqlite3 v1.14.22
146146
github.com/nlpodyssey/cybertron v0.2.1

0 commit comments

Comments
 (0)