mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 03:56:39 +00:00
c28f7cb29f
Initial part of #435
10 lines
193 B
Modula-2
10 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
|
|
)
|