mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 05:41:12 +00:00
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
|
module github.com/nakabonne/nestif
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/spf13/pflag v1.0.5
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
)
|