You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/sf/plastics-2/api main
❯ go build .
go: github.com/ajg/[email protected]: missing go.sum entry; to add it:
go mod download github.com/ajg/form
After running the requested command, you get
~/sf/plastics-2/api main*
❯ go build .
database/controller.go:6:2: missing go.sum entry for module providing package github.com/jackc/pgtype (imported by github.com/earthrise-media/plastics/api/database); to add:
go get github.com/earthrise-media/plastics/api/database
database/controller.go:7:2: missing go.sum entry for module providing package github.com/jackc/pgx/v4 (imported by github.com/earthrise-media/plastics/api/database); to add:
go get github.com/earthrise-media/plastics/api/database
main.go:7:2: missing go.sum entry for module providing package github.com/jackc/pgx/v4/log/zapadapter (imported by github.com/earthrise-media/plastics/api); to add:
go get github.com/earthrise-media/plastics/api
database/controller.go:8:2: missing go.sum entry for module providing package github.com/jackc/pgx/v4/pgxpool (imported by github.com/earthrise-media/plastics/api); to add:
go get github.com/earthrise-media/plastics/api
(and that continues for all of the other dependencies)
The text was updated successfully, but these errors were encountered:
On a fresh clone of this repo:
After running the requested command, you get
(and that continues for all of the other dependencies)
The text was updated successfully, but these errors were encountered: