mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 07:06:30 +00:00
c28f7cb29f
Initial part of #435
8 lines
122 B
Modula-2
8 lines
122 B
Modula-2
module github.com/ldez/gomoddirectives
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/mod v0.4.2
|
|
)
|