mirror of
https://github.com/harness-community/drone-nexus-publish.git
synced 2026-06-04 18:23:55 +08:00
13 lines
338 B
Modula-2
13 lines
338 B
Modula-2
module github.com/harness-community/drone-nexus-publish
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/datadrivers/go-nexus-client v1.13.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|