diff options
Diffstat (limited to 'vendor/github.com/denis-tingaikin/go-header/go.mod')
| -rw-r--r-- | vendor/github.com/denis-tingaikin/go-header/go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/denis-tingaikin/go-header/go.mod b/vendor/github.com/denis-tingaikin/go-header/go.mod new file mode 100644 index 000000000..bbb4d6066 --- /dev/null +++ b/vendor/github.com/denis-tingaikin/go-header/go.mod @@ -0,0 +1,13 @@ +module github.com/denis-tingaikin/go-header + +go 1.17 + +require ( + github.com/stretchr/testify v1.7.0 + gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect +) |
