Skip to content

Commit

Permalink
go mod init/tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Feb 3, 2020
1 parent c9f64df commit 86d0f3b
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 0 deletions.
14 changes: 14 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module sigs.k8s.io/descheduler

go 1.13

require (
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.3-beta.0
k8s.io/apiserver v0.17.0
k8s.io/client-go v0.17.0
k8s.io/component-base v0.17.0
k8s.io/klog v1.0.0
)
Loading

0 comments on commit 86d0f3b

Please sign in to comment.