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