File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/google/go-querystring v1.1.0
7- github.com/supabase /postgrest-go v0.0.0-20210528130344-c54210459fa8
7+ github.com/nedpals /postgrest-go v0.1.1-0.20210521115538-ef1669fbb3f0
88)
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
22github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
33github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
44github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
5- github.com/supabase /postgrest-go v0.0.0-20210528130344-c54210459fa8 h1:yXDmK8DDOhvnvlNXw4uXsG7LnDGbGrNIRzBHVlmNcLs =
6- github.com/supabase /postgrest-go v0.0.0-20210528130344-c54210459fa8 /go.mod h1:F/x4uWdiTG3AQvtl7R2huQHUih+BOaWaFwP58KgR51o =
5+ github.com/nedpals /postgrest-go v0.1.1-0.20210521115538-ef1669fbb3f0 h1:6B7yG/aTX64T8BN/0oboMHWvqnIjL3forUVpDTeSazo =
6+ github.com/nedpals /postgrest-go v0.1.1-0.20210521115538-ef1669fbb3f0 /go.mod h1:RGinB2OXsnGLcZMu5avS0U+b9npyZmk+ecK74UDi/xY =
77golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
Original file line number Diff line number Diff line change 66 "net/http"
77 "time"
88
9- postgrest "github.com/supabase /postgrest-go"
9+ postgrest "github.com/nedpals /postgrest-go"
1010)
1111
1212const (
You can’t perform that action at this time.
0 commit comments