mirror of
https://codeberg.org/woodpecker-plugins/go-plugin
synced 2026-06-04 18:23:54 +08:00
8ef4f8f9cc
Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/65 Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Co-committed-by: woodpecker-bot <woodpecker-bot@obermui.de>
23 lines
537 B
Modula-2
23 lines
537 B
Modula-2
module codeberg.org/woodpecker-plugins/go-plugin
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.6
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/urfave/cli/v3 v3.3.8
|
|
golang.org/x/net v0.44.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.36.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|