Skip to content

could not find package "github.com/supabase-community/supabase-go" #37

@echarrod

Description

@echarrod

Bug report

Describe the bug

  1. I add reference with go get github.com/supabase-community/supabase-go
  2. I see this adds github.com/supabase-community/supabase-go v0.0.5-0.20250912034549-9f6d333f052a to my go.mod
  3. 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 than v0.0.5

Could this potentially be causing problems with the Go toolchain?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions