10 lines
160 B
Modula-2
10 lines
160 B
Modula-2
module github.com/goharbor/harbor-helm
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gruntwork-io/terratest v0.38.1
|
|
github.com/stretchr/testify v1.7.0
|
|
k8s.io/api v0.20.6
|
|
)
|