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
compile build step initializing
compiling application
── Error ──────────────────────────────────────────────────────────────[E0003]──
err: exit status 1: stderr: go: downloading gocloud.dev v0.36.0
go: updates to go.mod needed; to update it:
go mod tidy
╭─[Stack Trace]
├─▶ pkginfo.(*Loader).resolveModuleForPkg encr.dev@v0.17.3-0.20220214153802-f4e52a0c072d/v2/internals/pkginfo/modresolve.go:175
├─▶ pkginfo.(*Loader).LoadPkg encr.dev@v0.17.3-0.20220214153802-f4e52a0c072d/v2/internals/pkginfo/loader.go:183
├─▶ pkginfo.(*Loader).MustLoadPkg encr.dev@v0.17.3-0.20220214153802-f4e52a0c072d/v2/internals/pkginfo/loader.go:136
├─▶ pkginfo.(*FileNames).resolveImportPath.func1.1.1 encr.dev@v0.17.3-0.20220214153802-f4e52a0c072d/v2/internals/pkginfo/names.go:766
├─▶ sync.(*Once).doSlow sync/once.go:74
├─▶ sync.(*Once).Do sync/once.go:65
╰─[... remaining frames omitted ...]
── Error ──────────────────────────────────────────────────────────────[E0003]──
could not find package "gocloud.dev/blob"
The text was updated successfully, but these errors were encountered:
theGlenn
changed the title
"could not find package" is with AWS-V2 and dependent
"could not find package" build fail with AWS-V2 and dependents
Feb 20, 2024
On deploy encore build fails with
could not find package "github.com/aws/aws-sdk-go-v2/service/s3"
The same failure occurs with dependent package
gocloud.dev/blob
Sources for reproducibility
AWS-SDK V2
Stack
go cloud
Stack
The text was updated successfully, but these errors were encountered: