mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 05:41:12 +00:00
c28f7cb29f
Initial part of #435
9 lines
201 B
Modula-2
9 lines
201 B
Modula-2
module github.com/tommy-muehle/go-mnd/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65
|
|
)
|