github cloudposse/atmos 1.2.2

latest releases: v1.106.0, v1, v1.105.0...
3 years ago

🚀 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

Don't miss a new atmos release

NewReleases is sending notifications on new releases.