mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 10:48:15 +08:00
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
// This file is currently maintained manually
|
|
// Record as information only
|
|
module github.com/goodrain/rainbond
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
k8s.io/client-go kubernetes-1.16.3
|
|
k8s.io/kube-aggregator kubernetes-1.16.3
|
|
k8s.io/api kubernetes-1.16.3
|
|
k8s.io/apimachinery kubernetes-1.16.3
|
|
sigs.k8s.io/yaml 68106da85fc4bd9bb6b57a0cdca054b1f925e48c
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
github.com/google/go-cmp v0.3.0
|
|
) |