1
0
woodpecker-sonatype-nexus/go.mod

24 lines
670 B
Modula-2
Raw Normal View History

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 (
2024-07-26 01:35:58 +03:00
codeberg.org/woodpecker-plugins/go-plugin v0.5.0
2024-05-28 14:41:14 +03:00
github.com/rs/zerolog v1.33.0
2024-07-26 01:35:58 +03:00
github.com/urfave/cli/v2 v2.27.3
2024-05-28 14:41:14 +03:00
)
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
)