cultureamp / cfparams

Wrangle parameters for AWS CloudFormation
MIT License
0 stars 0 forks source link

chore: upgrade goland dependencies #17

Closed ngocpea closed 1 year ago

ngocpea commented 1 year ago

This PR is linked to previously merged PR here.

Updating a small dependency as snyk is reporting as a critical.

Steps go get -u ./... go get -t -u to test go test ./... go mod tidy to get rid of unused dependencies go build to make sure it works