github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/Gopkg.toml (about)

     1  # Gopkg.toml example
     2  #
     3  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     4  # for detailed Gopkg.toml documentation.
     5  #
     6  # required = ["github.com/user/thing/cmd/thing"]
     7  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     8  #
     9  # [[constraint]]
    10  #   name = "github.com/user/project"
    11  #   version = "1.0.0"
    12  #
    13  # [[constraint]]
    14  #   name = "github.com/user/project2"
    15  #   branch = "dev"
    16  #   source = "github.com/myfork/project2"
    17  #
    18  # [[override]]
    19  #  name = "github.com/x/y"
    20  #  version = "2.4.0"
    21  
    22  required = ["github.com/wadey/gocovmerge"]
    23  
    24  [[override]]
    25    name = "github.com/docker/buildx"
    26    revision = "709ef36b4f10a9389fd9a806657c48a969909d85"
    27  
    28  [[override]]
    29    name = "github.com/moby/buildkit"
    30    version = "=v0.6.2"
    31  
    32  [[override]]
    33    name = "github.com/jaguilar/vt100"
    34    source = "github.com/tonistiigi/vt100"
    35    revision = "ad4c4a5743050fb7f88ce968dca9422f72a0e3f2"
    36  
    37  # We need runc at least 0.0.9 to get otherwise missing stubs for non-linux platforms.
    38  # We need > 0.1.1 as it depends on uppercase Sirupsen/logrus.
    39  [[override]]
    40    name = "github.com/opencontainers/runc"
    41    version = "v1.0.0-rc6"
    42  
    43  [[override]]
    44    name = "github.com/docker/cnab-to-oci"
    45    version = "v0.3.0-beta2"
    46  
    47  [[override]]
    48    name = "github.com/containerd/containerd"
    49    revision = "97712c8ad73dd302d5d226e0384b2d86e5de2989"
    50  
    51  # docker/cli master branch, future 20.03 release
    52  [[override]]
    53    name = "github.com/docker/cli"
    54    revision = "abafad3df202a691bc07332ea166af548a6cd9a0"
    55  
    56  [[override]]
    57    name = "github.com/deislabs/cnab-go"
    58    version = "v0.7.1-beta1"
    59  
    60  [[constraint]]
    61    name = "github.com/sirupsen/logrus"
    62    version = "v1.0.5"
    63  
    64  [[override]]
    65    name = "github.com/dgrijalva/jwt-go"
    66    revision = "v2.6.0"
    67  
    68  [[override]]
    69    name = "github.com/docker/licensing"
    70    revision = "369e5301dc601b478021c0f588f5c3d04626d804"
    71  
    72  [[override]]
    73    name = "github.com/xeipuuv/gojsonschema"
    74    version = "v1.2.0"
    75    
    76  [[override]]
    77    name = "github.com/docker/go-metrics"
    78    revision = "d466d4f6fd960e01820085bd7e1a24426ee7ef18"
    79  
    80  [[override]]
    81    name = "github.com/prometheus/client_golang"
    82    revision = "v0.8.0"
    83  
    84  [[override]]
    85    name = "github.com/docker/distribution"
    86    revision = "0d3efadf0154c2b8a4e7b6621fff9809655cc580" # version needed by containerd v1.3.0
    87  
    88  [[override]]
    89    name = "github.com/docker/swarmkit"
    90    revision = "18e7e58ea1a5ec016625a636d0d52500eea123bc"
    91  
    92  [[override]]
    93    name = "k8s.io/kubernetes"
    94    revision = "v1.14.1"
    95  
    96  [[override]]
    97    name = "k8s.io/api"
    98    revision = "kubernetes-1.14.1"
    99  
   100  [[override]]
   101    name = "k8s.io/apimachinery"
   102    revision = "kubernetes-1.14.1"
   103  
   104  # Overriding imdario/mergo since https://github.com/imdario/mergo/pull/112 is required
   105  [[override]]
   106    name = "github.com/imdario/mergo"
   107    branch = "master"
   108  
   109  [[override]]
   110    name = "k8s.io/client-go"
   111    revision = "kubernetes-1.14.1"
   112  
   113  [[override]]
   114    name = "github.com/opencontainers/runtime-spec"
   115    revision = "29686dbc5559d93fb1ef402eeda3e35c38d75af4"
   116  
   117  [[override]]
   118    name = "github.com/Microsoft/hcsshim"
   119    revision = "2226e083fc390003ae5aa8325c3c92789afa0e7a"
   120  
   121  
   122  [[constraint]]
   123    name = "github.com/spf13/pflag"
   124    branch = "master"
   125  
   126  [[constraint]]
   127    name = "github.com/wadey/gocovmerge"
   128    branch = "master"
   129  
   130  [[constraint]]
   131    name = "github.com/jackpal/gateway"
   132    revision = "5ceb358a720efa82a5692470f37874b1f48035ad"
   133  
   134  [[constraint]]
   135    name = "github.com/dustin/go-humanize"
   136    version = "1.0.0"
   137  
   138  [[constraint]]
   139    name = "github.com/hashicorp/go-multierror"
   140    version = "1.0.0"
   141  
   142  [prune]
   143    non-go = true
   144    unused-packages = true
   145    go-tests = true
   146  
   147    [[prune.project]]
   148      name = "github.com/docker/cli"
   149      non-go = false