mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-13 03:56:39 +00:00
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
|
||
|
)
|