2024-05-28 14:41:14 +03:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// (c) 2024, Konstantin Demin
|
|
|
|
|
|
|
|
module git.krd.sh/krd/woodpecker-sonatype-nexus
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
|
|
|
codeberg.org/woodpecker-plugins/go-plugin v0.4.1
|
|
|
|
github.com/rs/zerolog v1.33.0
|
|
|
|
github.com/urfave/cli/v2 v2.27.2
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
2024-07-12 09:04:25 +03:00
|
|
|
golang.org/x/net v0.27.0 // indirect
|
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
2024-05-28 14:41:14 +03:00
|
|
|
)
|