bronze1man / yaml2json

a command line tool convert from yaml to json
MIT License
226 stars 45 forks source link

Go modules support: go.mod #25

Closed jkulvich closed 1 year ago

jkulvich commented 1 year ago

Please, make go mod init to support Go 1.11 modules. It'll allow to use your module simple and in right way.

Go Modules Reference

bronze1man commented 1 year ago

fixed in master branch

bronze1man commented 1 year ago

first go mod version should be v1.3.1