buffalo-azure
buffalo-azure copied to clipboard
cannot find module providing package 'github.com/gobuffalo/buffalo/meta' and github.com/gobuffalo/buffalo/generators when running 'go get -u github.com/Azure/buffalo-azure'
Using go version go1.17.5 darwin/amd64, tried to run 'go get -u github.com/Azure/buffalo-azure' but it gave me the following errors:
github.com/Azure/buffalo-azure imports
github.com/Azure/buffalo-azure/cmd imports
github.com/gobuffalo/buffalo/meta: cannot find module providing package github.com/gobuffalo/buffalo/meta
github.com/Azure/buffalo-azure imports
github.com/Azure/buffalo-azure/cmd imports
github.com/Azure/buffalo-azure/generators/eventgrid imports
github.com/gobuffalo/buffalo/generators: cannot find module providing package github.com/gobuffalo/buffalo/generators
Think possibly one error is import should be 'github.com/gobuffalo/meta' not 'github.com/gobuffalo/buffalo/meta'
Possibly this repo is not being maintained anymore? The Buffalo documentation guided me here. Plus want to build a web app for Azure.