github.com/secure-build/gitlab-runner@v12.5.0+incompatible/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  
    23  ignored = ["test", "appengine"]
    24  
    25  [prune]
    26    non-go = true
    27  
    28  [[constraint]]
    29    name = "github.com/BurntSushi/toml"
    30    # version = "v0.2.0"
    31    revision = "a368813c5e648fee92e5f6c30e3944ff9d5e8895"
    32  
    33  [[constraint]]
    34    name = "github.com/sirupsen/logrus"
    35    version = "1.4.0"
    36  
    37  [[constraint]]
    38    branch = "master"
    39    name = "github.com/ayufan/golang-kardianos-service"
    40  
    41  [[constraint]]
    42    name = "github.com/docker/distribution"
    43    version = "2.7"
    44  
    45  # We are using `github.com/docker/engine` as source since it has tagged
    46  # versions, unlike `github.com/moby/moby`, please read
    47  # https://github.com/moby/moby/issues/38063#issuecomment-431324613 for a
    48  # detailed explanation.
    49  [[constraint]]
    50    name = "github.com/docker/docker"
    51    source = "github.com/docker/engine"
    52    version = "18.09"
    53  
    54  [[constraint]]
    55    name = "github.com/docker/cli"
    56    version = "18.09"
    57  
    58  [[constraint]]
    59    name = "github.com/docker/go-connections"
    60    version = "0.3.0"
    61  
    62  [[constraint]]
    63    name = "github.com/docker/machine"
    64    # version = "0.13.0"
    65    revision = "7b7a141da84480342357c51838be142bf183b095"
    66  
    67  [[constraint]]
    68    name = "github.com/getsentry/raven-go"
    69    revision = "dffeb57df75d6a911f00232155194e43d79d38d7"
    70  
    71  [[constraint]]
    72    name = "github.com/golang/mock"
    73    revision = "06883d979f10cc178f2716846215c8cf90f9e363"
    74  
    75  [[constraint]]
    76    name = "github.com/gorhill/cronexpr"
    77    revision = "f0984319b44273e83de132089ae42b1810f4933b"
    78  
    79  [[constraint]]
    80    name = "github.com/hashicorp/go-version"
    81    revision = "03c5bf6be031b6dd45afec16b1cf94fc8938bc77"
    82  
    83  [[constraint]]
    84    name = "github.com/jpillora/backoff"
    85    revision = "06c7a16c845dc8e0bf575fafeeca0f5462f5eb4d"
    86  
    87  [[constraint]]
    88    name = "github.com/kardianos/osext"
    89    revision = "c2c54e542fb797ad986b31721e1baedf214ca413"
    90  
    91  [[constraint]]
    92    name = "github.com/minio/minio-go"
    93    version = "3.0.3"
    94  
    95  [[constraint]]
    96    name = "github.com/prometheus/client_golang"
    97    version = "1.1.0"
    98  
    99  [[constraint]]
   100    name = "github.com/stretchr/testify"
   101    version = "1.3.0"
   102  
   103  [[constraint]]
   104    # branch = "master"
   105    name = "github.com/tevino/abool"
   106    revision = "3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12"
   107  
   108  [[constraint]]
   109    name = "github.com/urfave/cli"
   110    revision = "cfb38830724cc34fedffe9a2a29fb54fa9169cd1"
   111  
   112  [[constraint]]
   113    branch = "master"
   114    name = "gitlab.com/ayufan/golang-cli-helpers"
   115  
   116  [[constraint]]
   117    name = "golang.org/x/crypto"
   118    revision = "1f22c0103821b9390939b6776727195525381532"
   119  
   120  [[constraint]]
   121    name = "golang.org/x/net"
   122    revision = "d0887baf81f4598189d4e12a37c6da86f0bba4d0"
   123  
   124  [[constraint]]
   125    name = "gopkg.in/yaml.v2"
   126    version = "2.2.4"
   127  
   128  [[constraint]]
   129    name = "k8s.io/client-go"
   130    branch = "release-11.0"
   131  
   132  [[constraint]]
   133    name = "k8s.io/apimachinery"
   134    branch = "release-1.14"
   135  
   136  [[constraint]]
   137    name = "k8s.io/api"
   138    branch = "release-1.14"
   139  
   140  [[constraint]]
   141    name = "github.com/mattn/go-zglob"
   142    version = "0.0.1"
   143  
   144  [[constraint]]
   145    name = "github.com/docker/go-units"
   146    revision = "eb879ae3e2b84e2a142af415b679ddeda47ec71c"
   147  
   148  [[constraint]]
   149    name = "cloud.google.com/go"
   150    version = "v0.25.0"
   151  
   152  [[constraint]]
   153    name = "gitlab.com/gitlab-org/gitlab-terminal"
   154    revision = "5af59b871b1bcc3f4b733f6db0ff3b6e8b247b92"
   155  
   156  [[constraint]]
   157    name = "github.com/markelog/trie"
   158    branch = "master"
   159  
   160  [[constraint]]
   161    name = "golang.org/x/sys"
   162    branch = "master"
   163  
   164  [[constraint]]
   165    name = "github.com/gofrs/flock"
   166    branch = "master"
   167  
   168  [[constraint]]
   169    name = "github.com/imdario/mergo"
   170    version = "v0.3.7"
   171  
   172  [[constraint]]
   173    name = "github.com/fullsailor/pkcs7"
   174    revision = "d7302db945fa6ea264fb79d8e13e931ea514a602"
   175  
   176  [[override]]
   177    name = "github.com/Azure/go-autorest"
   178    version = "v13.0.0"
   179  
   180  [[override]]
   181    name = "github.com/Microsoft/go-winio"
   182    version = "v0.4.12"
   183  
   184  [[override]]
   185    name = "github.com/blang/semver"
   186    version = "v3.3.0"
   187  
   188  [[override]]
   189    name = "github.com/coreos/go-oidc"
   190    revision = "1efe0e1303a62da553fcb6beb8bd2aa9250c0ca8"
   191  
   192  [[override]]
   193    name = "github.com/docker/docker-credential-helpers"
   194    revision = "b7c53e02cd1a9a01500a58f22d83c6e964bc59db"
   195  
   196  [[override]]
   197    name = "github.com/docker/spdystream"
   198    revision = "449fdfce4d962303d702fec724ef0ad181c92528"
   199  
   200  [[override]]
   201    name = "github.com/emicklei/go-restful"
   202    revision = "89ef8af493ab468a45a42bb0d89a06fccdd2fb22"
   203  
   204  [[override]]
   205    name = "github.com/ghodss/yaml"
   206    revision = "aa0c862057666179de291b67d9f093d12b5a8473"
   207  
   208  [[override]]
   209    name = "github.com/go-ini/ini"
   210    revision = "20b96f641a5ea98f2f8619ff4f3e061cff4833bd"
   211  
   212  [[override]]
   213    name = "github.com/gogo/protobuf"
   214    version = "v1.1.0"
   215  
   216  [[override]]
   217    name = "github.com/golang/protobuf"
   218    version = "v1.1.0"
   219  
   220  [[override]]
   221    name = "github.com/google/cadvisor"
   222    revision = "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd"
   223  
   224  [[override]]
   225    name = "github.com/google/gofuzz"
   226    revision = "fd52762d25a41827db7ef64c43756fd4b9f7e382"
   227  
   228  [[override]]
   229    name = "github.com/gorilla/context"
   230    revision = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42"
   231  
   232  [[override]]
   233    name = "github.com/gorilla/mux"
   234    revision = "599cba5e7b6137d46ddf58fb1765f5d928e69604"
   235  
   236  [[override]]
   237    name = "github.com/jonboulle/clockwork"
   238    revision = "e3653ace2d63753697e0e5b07b9393971c0bba9d"
   239  
   240  [[override]]
   241    name = "github.com/juju/ratelimit"
   242    revision = "77ed1c8a01217656d2080ad51981f6e99adaa177"
   243  
   244  # go-homedir fork based on our vendored code due to upstream removal
   245  # from GitHub
   246  [[override]]
   247    name = "github.com/minio/go-homedir"
   248    source = "gitlab.com/steveazz/go-homedir"
   249    revision = "01701865551470435b20b226b0eafb945185b700"
   250  
   251  [[override]]
   252    name = "github.com/opencontainers/runc"
   253    branch = "master"
   254  
   255  [[override]]
   256    name = "github.com/opencontainers/runtime-spec"
   257    revision = "313f40bdfcc04c6b0f7b8a8c3e91a7b7a3a0ef4e"
   258  
   259  [[override]]
   260    name = "github.com/pborman/uuid"
   261    revision = "c55201b036063326c5b1b89ccfe45a184973d073"
   262  
   263  [[override]]
   264    name = "github.com/prometheus/procfs"
   265    version = "0.0.5"
   266  
   267  [[override]]
   268    name = "github.com/spf13/pflag"
   269    revision = "4c012f6dcd9546820e378d0bdda4d8fc772cdfea"
   270  
   271  [[override]]
   272    name = "github.com/stretchr/objx"
   273    revision = "cbeaeb16a013161a98496fad62933b1d21786672"
   274  
   275  [[override]]
   276    name = "github.com/ugorji/go"
   277    revision = "4a1cb5252a6951f715a85d0e4be334c2a2dbf2a2"
   278  
   279  [[override]]
   280    name = "github.com/vbatts/tar-split"
   281    revision = "e4899282720706fae5fde9dc1ee80bc3fefe10c2"
   282  
   283  [[override]]
   284    name = "golang.org/x/oauth2"
   285    revision = "ef147856a6ddbb60760db74283d2424e98c87bff"
   286  
   287  [[override]]
   288    name = "golang.org/x/text"
   289    version = "v0.3.0"
   290  
   291  [[override]]
   292    name = "google.golang.org/api"
   293    revision = "0025a57598c017c1b9f7bc916c4fb8ae77315f9c"
   294  
   295  [[override]]
   296    name = "google.golang.org/appengine"
   297    revision = "e951d3868b377b14f4e60efa3a301532ee3c1ebf"
   298  
   299  [[override]]
   300    name = "google.golang.org/genproto"
   301    revision = "2731d4fa720b67f9fe38e9051a2a9b38e4609260"
   302  
   303  [[override]]
   304    name = "github.com/googleapis/gax-go"
   305    version = "v2.0.0"
   306  
   307  [[override]]
   308    name = "go.opencensus.io"
   309    version = "v0.14.0"
   310  
   311  [[override]]
   312    name = "google.golang.org/grpc"
   313    # v1.14.0 introduced a compilation error with one of it dependencies,
   314    # so forcing v1.13.0 which works
   315    version = "=v1.13.0"
   316  
   317  [[override]]
   318     name = "github.com/json-iterator/go"
   319     version = "v1.1.7"