Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 29, 2024
1 parent 5b566f0 commit da1a4e2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/pgvector/pgvector-go

go 1.20
go 1.21

toolchain go1.22.1

require (
entgo.io/ent v0.12.4
entgo.io/ent v0.13.1
github.com/ankane/disco-go v0.1.0
github.com/go-pg/pg/v10 v10.11.0
github.com/jackc/pgx/v5 v5.4.3
Expand All @@ -17,12 +19,12 @@ require (
)

require (
ariga.io/atlas v0.14.1-0.20230918065911-83ad451a4935 // indirect
ariga.io/atlas v0.19.1-0.20240203083654-5948b60a8e43 // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand All @@ -39,7 +41,7 @@ require (
github.com/zclconf/go-cty v1.8.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.13.0 // indirect
mellium.im/sasl v0.3.1 // indirect
)

0 comments on commit da1a4e2

Please sign in to comment.