github.com/manishgzp/blob-csi-driver-aks@v0.5.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  [prune]
    24    go-tests = true
    25    unused-packages = true
    26    non-go = true
    27  
    28  [[override]]
    29    name = "github.com/container-storage-interface/spec"
    30    version = "v1.1.0"
    31  
    32  [[constraint]]
    33    name = "github.com/kubernetes-csi/csi-test"
    34    #revision = "5b1e3786b7c8f7ca514b40e882a0b5dc36e4c842"
    35    version = "v1.1.0"
    36  
    37  [[constraint]]
    38    name = "github.com/pborman/uuid"
    39    version = "1.1.0"
    40  
    41  [[constraint]]
    42    name = "github.com/stretchr/testify"
    43    version = "1.2.1"
    44  
    45  [[constraint]]
    46    branch = "master"
    47    name = "golang.org/x/net"
    48  
    49  [[constraint]]
    50    name = "google.golang.org/grpc"
    51    version = "1.10.0"
    52  
    53  [[override]]
    54    name = "k8s.io/klog"
    55    version = "=v1.0.0"
    56  
    57  [[override]]
    58    name = "k8s.io/utils"
    59    revision = "6496210b90e852b26b227eaedea39b286063fae6"
    60  
    61  [[constraint]]
    62    name = "k8s.io/kubernetes"
    63    version = "=v1.15.0"
    64  
    65  [[override]]
    66    name = "gopkg.in/fsnotify.v1"
    67    source = "https://github.com/fsnotify/fsnotify.git"
    68  
    69  [[override]]
    70    version = "kubernetes-1.15.0"
    71    name = "k8s.io/api"
    72  
    73  [[override]]
    74    version = "kubernetes-1.15.0"
    75    name = "k8s.io/apiserver"
    76  
    77  [[override]]
    78    version = "kubernetes-1.15.0"
    79    name = "k8s.io/apiextensions-apiserver"
    80  
    81  [[override]]
    82    version = "kubernetes-1.15.0"
    83    name = "k8s.io/client-go"
    84  
    85  [[override]]
    86    version = "kubernetes-1.15.0"
    87    name = "k8s.io/apimachinery"
    88  
    89  [[override]]
    90    version = "kubernetes-1.15.0"
    91    name = "k8s.io/cli-runtime"
    92  
    93  [[override]]
    94    name = "github.com/golang/protobuf"
    95    version = "v1.1.0"
    96  
    97  [[override]]
    98    name = "github.com/json-iterator/go"
    99    version = "1.1.4"
   100  
   101  [[override]]
   102    name = "gopkg.in/square/go-jose.v2"
   103    version = "2.1.7"
   104  
   105  [[override]]
   106    name = "github.com/Azure/azure-sdk-for-go"
   107    version = "v40.2.0"
   108  
   109  [[override]]
   110    name = "github.com/kubernetes-csi/external-snapshotter"
   111    version = "=v1.0.1"
   112  
   113  [[override]]
   114    name = "github.com/prometheus/client_golang"
   115    version = "=v1.0.0"
   116  
   117  [[constraint]]
   118    branch = "master"
   119    name = "k8s.io/legacy-cloud-providers"