goformation | Go library for working with CloudFormation templates | AWS library
kandi X-RAY | goformation Summary
kandi X-RAY | goformation Summary
GoFormation is a Go library for working with AWS CloudFormation / AWS Serverless Application Model (SAM) templates.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of goformation
goformation Key Features
goformation Examples and Code Snippets
Community Discussions
Trending Discussions on goformation
QUESTION
I'm currently working something on AWS Cloudformation which using this repo https://github.com/awslabs/goformation. Because I did some customise so I made a fork https://github.com/vrealzhou/goformation.
Now in my other project (using go module) I'm trying to using go get github.com/vrealzhou/goformation@v2.3.1
and I've got this error:
ANSWER
Answered 2019-May-29 at 13:49You can use replace
in your go.mod
to use a fork instead of the upstream version. That way, you can make whatever modifications you need to the code without having to update the module path or import paths.
To be specific, in this case, you can do the following in your go.mod
(I tested this by forking the repo, making a small change, and confirming it showed up):
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install goformation
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page