Marvin Preuss
d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module github.com/denis-tingajkin/go-header
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.5.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|