1module github.com/variantdev/chartify
2
3go 1.15
4
5require (
6	github.com/davecgh/go-spew v1.1.1
7	github.com/google/go-cmp v0.5.2
8	github.com/otiai10/copy v1.1.1
9	gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
10)
11