-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
- I add reference with
go get github.com/supabase-community/supabase-go
- I see this adds
github.com/supabase-community/supabase-go v0.0.5-0.20250912034549-9f6d333f052a
to my go.mod - Then when building my project I get:
package "github.com/supabase-community/supabase-go" has no module information
could not find package "github.com/supabase-community/supabase-go"
Expected behavior
- No problem downloading module
System information
- OS: macOS
Additional context
I see v0.0.1 was released without the .
before the 1st 0, but subsequent versions were released with that, i.e.
v.0.0.5
rather thanv0.0.5
Could this potentially be causing problems with the Go toolchain?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working