Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importing error #24

Open
devhindo opened this issue Nov 9, 2024 · 1 comment
Open

importing error #24

devhindo opened this issue Nov 9, 2024 · 1 comment

Comments

@devhindo
Copy link

devhindo commented Nov 9, 2024

	brevo "github.com/getbrevo/brevo-go/lib"

error while importing github.com/getbrevo/brevo-go/lib: missing go.sum entry for module providing package github.com/antihax/optional (imported by github.com/getbrevo/brevo-go/lib); to add:
go get github.com/getbrevo/brevo-go/lib@v1.1.2compiler
error while importing github.com/getbrevo/brevo-go/lib: missing go.sum entry for module providing package golang.org/x/oauth2 (imported by github.com/getbrevo/brevo-go/lib); to add:
go get github.com/getbrevo/brevo-go/lib@v1.1.2compiler

@devhindo
Copy link
Author

devhindo commented Nov 9, 2024

possible fix:

go get github.com/sendinblue/APIv3-go-library/v2/lib
import (
        brevo "github.com/sendinblue/APIv3-go-library/v2/lib"
)

if this is the way => edit README installation guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant