https://github.com/kubeflow/katib
Revision f24b520cc52920ae511aeea235636462ebc21d21 authored by oshima on 05 June 2018, 05:26:56 UTC, committed by k8s-ci-robot on 05 June 2018, 05:26:56 UTC
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
1 parent 5c07c3d
Raw File
Tip revision: f24b520cc52920ae511aeea235636462ebc21d21 authored by oshima on 05 June 2018, 05:26:56 UTC
update docs (#103)
Tip revision: f24b520
Gopkg.toml
[[constraint]]
  name = "github.com/go-sql-driver/mysql"
  version = "1.3.0"

[[constraint]]
  name = "github.com/golang/protobuf"
  version = "1.0.0"

[[constraint]]
  name = "github.com/labstack/echo"
  version = "3.3.4"

[[constraint]]
  name = "github.com/sirupsen/logrus"
  version = "1.0.5"

[[constraint]]
  name = "github.com/spf13/cobra"
  version = "0.0.2"

[[constraint]]
  name = "github.com/spf13/viper"
  version = "1.0.2"

[[constraint]]
  branch = "master"
  name = "golang.org/x/net"

[[constraint]]
  name = "google.golang.org/grpc"
  version = "1.11.2"

[[constraint]]
  name = "gopkg.in/yaml.v2"
  version = "2.2.1"

[[constraint]]
  name = "k8s.io/client-go"
  version = "7.0.0"
back to top