github.com/replicatedcom/ship@v0.50.0/Gopkg.toml (about)

     1  
     2  # Gopkg.toml example
     3  #
     4  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     5  # for detailed Gopkg.toml documentation.
     6  #
     7  # required = ["github.com/user/thing/cmd/thing"]
     8  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     9  #
    10  # [[constraint]]
    11  #   name = "github.com/user/project"
    12  #   version = "1.0.0"
    13  #
    14  # [[constraint]]
    15  #   name = "github.com/user/project2"
    16  #   branch = "dev"
    17  #   source = "github.com/myfork/project2"
    18  #
    19  # [[override]]
    20  #  name = "github.com/x/y"
    21  #  version = "2.4.0"
    22  
    23  ignored = [
    24    "github.com/replicatedcom/*",
    25    "github.com/replicatedhq/ship/installer*"
    26  ]
    27  
    28  [prune]
    29    go-tests = true
    30    unused-packages = true
    31  
    32  [[constraint]]
    33    name = "github.com/emosbaugh/yaml"
    34    branch = "improve-comment-parsing"
    35  
    36  [[constraint]]
    37    name = "github.com/go-kit/kit"
    38    version = "0.6.0"
    39  
    40  [[constraint]]
    41    name = "github.com/pkg/errors"
    42    branch = "master"
    43  
    44  [[constraint]]
    45    name = "github.com/go-stack/stack"
    46    version = "1.7.0"
    47  
    48  [[constraint]]
    49    name = "github.com/spf13/cobra"
    50    version = "0.0.3"
    51  
    52  [[constraint]]
    53    name = "github.com/spf13/viper"
    54    version = "1.2.1"
    55  
    56  [[constraint]]
    57    name = "github.com/hashicorp/terraform"
    58    version = "0.11.14"
    59  
    60  [[constraint]]
    61    name = "github.com/mholt/archiver"
    62    revision = "e4ef56d48eb029648b0e895bb0b6a393ef0829c3"
    63  
    64  [[constraint]]
    65    name = "github.com/docker/docker"
    66    revision = "4047cede65862aa0ea5616297d7c0f3b12526ad4"
    67  
    68  [[override]]
    69    name = "github.com/docker/distribution"
    70    revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
    71  
    72  ## Godep-related pain, waiting on upstream fix in dep
    73  #[[override]]
    74  #  name = "github.com/ugorji/go"
    75  #  revision = "8c0409fcbb70099c748d71f714529204975f6c3f"
    76  
    77  [[constraint]]
    78    name = "github.com/google/go-github"
    79    version = "18.2.0"
    80  
    81  [[constraint]]
    82    name = "github.com/ghodss/yaml"
    83    version = "1.0.0"
    84  
    85  [[constraint]]
    86    name = "github.com/golang/mock"
    87    version = "v1.2.0"
    88  
    89  # Overrides for Kustomize & Helm
    90  [[constraint]]
    91    name = "k8s.io/helm"
    92    version = "2.14.1"
    93  
    94  [[constraint]]
    95    name = "sigs.k8s.io/kustomize"
    96    version = "2.0.3"
    97  
    98  [[override]]
    99    name = "k8s.io/kubernetes"
   100    version = "1.14.2"
   101  
   102  [[override]]
   103    name = "k8s.io/code-generator"
   104    version = "kubernetes-1.14.2"
   105  
   106  [[override]]
   107    name = "k8s.io/api"
   108    version = "kubernetes-1.14.2"
   109  
   110  [[override]]
   111    name = "k8s.io/apiserver"
   112    version = "kubernetes-1.14.2"
   113  
   114  [[override]]
   115    name = "k8s.io/apimachinery"
   116    version = "kubernetes-1.14.2"
   117  
   118  [[override]]
   119    name = "k8s.io/apiextensions-apiserver"
   120    version = "kubernetes-1.14.2"
   121  
   122  [[override]]
   123    name = "k8s.io/cli-runtime"
   124    version = "kubernetes-1.14.2"
   125  
   126  [[override]]
   127    name = "k8s.io/client-go"
   128    version = "kubernetes-1.14.2"
   129  
   130  [[override]]
   131    name = "github.com/russross/blackfriday"
   132    version = "1.5.1"
   133  
   134  [[constraint]]
   135    name = "github.com/cloudflare/cfssl"
   136    branch = "master"
   137  
   138  [[constraint]]
   139    branch = "master"
   140    name = "github.com/hashicorp/go-version"
   141  
   142  [[override]]
   143    name = "gopkg.in/fsnotify.v1"
   144    source = "https://github.com/fsnotify/fsnotify.git"
   145  
   146  [[constraint]]
   147    name = "github.com/pact-foundation/pact-go"
   148    version = "1.0.0-beta"