mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 23:26:29 +00:00
9 lines
122 B
Modula-2
9 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
|
||
|
)
|