mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 22:58:43 +00:00
c28f7cb29f
Initial part of #435
8 lines
153 B
Modula-2
8 lines
153 B
Modula-2
module github.com/nishanths/exhaustive
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/tools v0.1.4
|
|
)
|