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
go get github.com/remotion-dev/lambda-go-sdk
go: github.com/remotion-dev/lambda-go-sdk@v0.0.0-20230605162201-59ff5934b3be: parsing go.mod:
module declares its path as: remotionlambda
but was required as: github.com/remotion-dev/lambda-go-sdk
I propose the following following.
Rename the github repo from lambda-go-sdk to lambda_go_sdk. Go does not like the hyphen or dash.
Change the go package module from "remotionlambda" to "lambda_go_sdk". Pull request to change this is "fix package name #2397"
Bug Report 🐛
While testing go package, I noticed this problem.
I propose the following following.