mirror of
https://github.com/ysoftdevs/secret-duplicator.git
synced 2026-01-11 13:00:27 +01:00
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
module github.com/ysoftdevs/imagepullsecret-injector
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
)
|
|
|
|
go 1.15
|