🚀 Enhancements
Fix `go.mod` module name. Make all imports absolute paths @aknysh (#62)
what
- Fix
go.mod
module name - Make all imports absolute paths
- Fix test
why
- To be able to import modules from
atmos
in other Go repos (e.g.terraform-provider-utils
) - Otherwise, the following errors gets thrown
module declares its path as: atmos
but was required as: github.com