mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-08 23:52:22 +00:00
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
|
|
)
|