Skip to content

Commit 00b9515

Browse files
committed
Revert "update postgrest-go to 0.1.1"
This reverts commit 16f7058.
1 parent 31f870f commit 00b9515

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.16
44

55
require (
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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
22
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
33
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
44
github.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=
77
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

supabase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"time"
88

9-
postgrest "github.com/supabase/postgrest-go"
9+
postgrest "github.com/nedpals/postgrest-go"
1010
)
1111

1212
const (

0 commit comments

Comments
 (0)