Skip to content

Commit

Permalink
Update the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
teilomillet committed Nov 21, 2024
1 parent 6872d54 commit d221946
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 53 deletions.
52 changes: 25 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,61 +1,59 @@
module github.com/teilomillet/raggo

go 1.22.5
go 1.23.1

require (
github.com/danaugrs/go-tsne/tsne v0.0.0-20220306155740-2250969e057f
github.com/ledongthuc/pdf v0.0.0-20240201131950-da5b75280b06
github.com/milvus-io/milvus-sdk-go/v2 v2.4.1
github.com/milvus-io/milvus-sdk-go/v2 v2.4.2
github.com/philippgille/chromem-go v0.7.0
github.com/pkoukk/tiktoken-go v0.1.7
github.com/teilomillet/goal v0.0.5
golang.org/x/time v0.6.0
github.com/teilomillet/gofh v0.0.0-20240802075906-9ed4e405f11a
github.com/teilomillet/gollm v0.1.1
golang.org/x/time v0.8.0
gonum.org/v1/gonum v0.15.1
)

require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/caarlos0/env/v11 v11.1.0 // indirect
github.com/caarlos0/env/v11 v11.2.2 // indirect
github.com/cockroachdb/errors v1.11.3 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/danaugrs/go-tsne/tsne v0.0.0-20220306155740-2250969e057f // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/getsentry/sentry-go v0.28.1 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
github.com/getsentry/sentry-go v0.29.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/go-playground/validator/v10 v10.23.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/milvus-io/milvus-proto/go-api/v2 v2.4.6 // indirect
github.com/philippgille/chromem-go v0.7.0 // indirect
github.com/milvus-io/milvus-proto/go-api/v2 v2.4.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/teilomillet/gofh v0.0.0-20240802075906-9ed4e405f11a // indirect
github.com/teilomillet/gollm v0.1.0 // indirect
github.com/tidwall/gjson v1.17.1 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gonum.org/v1/gonum v0.15.1 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.34.2 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d221946

Please sign in to comment.