mirror of
https://codeberg.org/woodpecker-plugins/go-plugin.git
synced 2024-11-10 00:45:38 +01:00
21 lines
551 B
Modula-2
21 lines
551 B
Modula-2
module codeberg.org/woodpecker-plugins/go-plugin
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240817222500-3110c0e7401e
|
|
golang.org/x/net v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|