2023-01-08 03:53:03 +01:00
|
|
|
module codeberg.org/woodpecker-plugins/go-plugin
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/joho/godotenv v1.4.0
|
2023-10-26 02:08:32 +02:00
|
|
|
github.com/rs/zerolog v1.31.0
|
2023-10-22 22:43:52 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-01-08 03:53:03 +01:00
|
|
|
github.com/urfave/cli/v2 v2.23.7
|
|
|
|
golang.org/x/net v0.5.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-10-26 02:08:32 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-01-08 03:53:03 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-10-26 02:08:32 +02:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
2023-01-08 03:53:03 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|