github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/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  	revision = "4b6ea7319e214d98c938f12692336f7ca9348d6b"
    36  
    37  [[constraint]]
    38    branch = "master"
    39    name = "github.com/ayufan/golang-kardianos-service"
    40  
    41  [[constraint]]
    42    name = "github.com/docker/distribution"
    43    revision = "325b0804fef3a66309d962357aac3c2ce3f4d329"
    44  
    45  [[constraint]]
    46    name = "github.com/docker/docker"
    47    # version = "1.13.0"
    48    revision = "49bf474f9ed7ce7143a59d1964ff7b7fd9b52178"
    49  
    50  [[constraint]]
    51    name = "github.com/docker/go-connections"
    52    version = "0.3.0"
    53  
    54  [[constraint]]
    55    name = "github.com/docker/machine"
    56    # version = "0.13.0"
    57    revision = "7b7a141da84480342357c51838be142bf183b095"
    58  
    59  [[constraint]]
    60    name = "github.com/getsentry/raven-go"
    61    revision = "dffeb57df75d6a911f00232155194e43d79d38d7"
    62  
    63  [[constraint]]
    64    name = "github.com/golang/mock"
    65    revision = "06883d979f10cc178f2716846215c8cf90f9e363"
    66  
    67  [[constraint]]
    68    name = "github.com/gorhill/cronexpr"
    69    revision = "f0984319b44273e83de132089ae42b1810f4933b"
    70  
    71  [[constraint]]
    72    name = "github.com/hashicorp/go-version"
    73    revision = "03c5bf6be031b6dd45afec16b1cf94fc8938bc77"
    74  
    75  [[constraint]]
    76    name = "github.com/jpillora/backoff"
    77    revision = "06c7a16c845dc8e0bf575fafeeca0f5462f5eb4d"
    78  
    79  [[constraint]]
    80    name = "github.com/kardianos/osext"
    81    revision = "c2c54e542fb797ad986b31721e1baedf214ca413"
    82  
    83  # minio introduces a main package with build +ignore
    84  # that depends on downcased "github.com/sirupsen/logrus"
    85  # this constraint points to a fork that removes such file
    86  [[constraint]]
    87    name = "github.com/minio/minio-go"
    88    # version = "3.0.3"
    89    # revision = "4e0f567303d4cc90ceb055a451959fb9fc391fb9"
    90    version = "3.0.3-nolith"
    91    source = "https://github.com/nolith/minio-go"
    92  
    93  [[constraint]]
    94    name = "github.com/prometheus/client_golang"
    95    # version = "0.8.0"
    96    revision = "334af0119a8f8fb6af5bb950d535c482cac7f836"
    97  
    98  [[constraint]]
    99    name = "github.com/stretchr/testify"
   100    revision = "b1f989447a57594c728884458a39abf3a73447f7"
   101  
   102  [[constraint]]
   103    # branch = "master"
   104    name = "github.com/tevino/abool"
   105    revision = "3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12"
   106  
   107  [[constraint]]
   108    name = "github.com/urfave/cli"
   109    revision = "cfb38830724cc34fedffe9a2a29fb54fa9169cd1"
   110  
   111  [[constraint]]
   112    branch = "master"
   113    name = "gitlab.com/ayufan/golang-cli-helpers"
   114  
   115  [[constraint]]
   116    name = "golang.org/x/crypto"
   117    revision = "1f22c0103821b9390939b6776727195525381532"
   118  
   119  [[constraint]]
   120    name = "golang.org/x/net"
   121    revision = "f2499483f923065a842d38eb4c7f1927e6fc6e6d"
   122  
   123  [[constraint]]
   124    # branch = "v2"
   125    name = "gopkg.in/yaml.v2"
   126    revision = "e4d366fc3c7938e2958e662b4258c7a89e1f0e3e"
   127  
   128  [[constraint]]
   129    name = "k8s.io/kubernetes"
   130    # version = "1.3.5"
   131    revision = "b0deb2eb8f4037421077f77cb163dbb4c0a2a9f5"
   132  
   133  [[constraint]]
   134    name = "github.com/mattn/go-zglob"
   135    branch = "master"
   136  
   137  
   138  ##
   139  ## Refrain innovations ;)
   140  ##
   141  
   142  [[override]]
   143    name = "cloud.google.com/go"
   144    revision = "05253f6a829103296c351b643f6815aedd81a3fb"
   145  
   146  [[override]]
   147    name = "github.com/Azure/go-ansiterm"
   148    revision = "fa152c58bc15761d0200cb75fe958b89a9d4888e"
   149  
   150  [[override]]
   151    name = "github.com/Microsoft/go-winio"
   152    revision = "ce2922f643c8fd76b46cadc7f404a06282678b34"
   153  
   154  [[override]]
   155    name = "github.com/blang/semver"
   156    version = "v3.3.0"
   157  
   158  [[override]]
   159    name = "github.com/coreos/go-oidc"
   160    revision = "1efe0e1303a62da553fcb6beb8bd2aa9250c0ca8"
   161  
   162  [[override]]
   163    name = "github.com/docker/docker-credential-helpers"
   164    revision = "b7c53e02cd1a9a01500a58f22d83c6e964bc59db"
   165  
   166  [[override]]
   167    name = "github.com/docker/engine-api"
   168    revision = "4290f40c056686fcaa5c9caf02eac1dde9315adf"
   169  
   170  [[override]]
   171    name = "github.com/docker/go-units"
   172    revision = "eb879ae3e2b84e2a142af415b679ddeda47ec71c"
   173  
   174  [[override]]
   175    name = "github.com/docker/spdystream"
   176    revision = "449fdfce4d962303d702fec724ef0ad181c92528"
   177  
   178  [[override]]
   179    name = "github.com/emicklei/go-restful"
   180    revision = "89ef8af493ab468a45a42bb0d89a06fccdd2fb22"
   181  
   182  [[override]]
   183    name = "github.com/ghodss/yaml"
   184    revision = "aa0c862057666179de291b67d9f093d12b5a8473"
   185  
   186  [[override]]
   187    name = "github.com/go-ini/ini"
   188    revision = "20b96f641a5ea98f2f8619ff4f3e061cff4833bd"
   189  
   190  [[override]]
   191    name = "github.com/gogo/protobuf"
   192    revision = "f20a1444730c7d9949b880a0309e737d007def25"
   193  
   194  [[override]]
   195    name = "github.com/golang/protobuf"
   196    revision = "f592bd283e9ef86337a432eb50e592278c3d534d"
   197  
   198  [[override]]
   199    name = "github.com/google/cadvisor"
   200    revision = "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd"
   201  
   202  [[override]]
   203    name = "github.com/google/gofuzz"
   204    revision = "fd52762d25a41827db7ef64c43756fd4b9f7e382"
   205  
   206  [[override]]
   207    name = "github.com/gorilla/context"
   208    revision = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42"
   209  
   210  [[override]]
   211    name = "github.com/gorilla/mux"
   212    revision = "599cba5e7b6137d46ddf58fb1765f5d928e69604"
   213  
   214  [[override]]
   215    name = "github.com/imdario/mergo"
   216    revision = "50d4dbd4eb0e84778abe37cefef140271d96fade"
   217  
   218  [[override]]
   219    name = "github.com/jonboulle/clockwork"
   220    revision = "e3653ace2d63753697e0e5b07b9393971c0bba9d"
   221  
   222  [[override]]
   223    name = "github.com/juju/ratelimit"
   224    revision = "77ed1c8a01217656d2080ad51981f6e99adaa177"
   225  
   226  [[override]]
   227    name = "github.com/minio/go-homedir"
   228    revision = "4d76aabb80b22bad8695d3904e943f1fb5e6199f"
   229  
   230  [[override]]
   231    name = "github.com/opencontainers/runc"
   232    revision = "94dc520a5732126985fec249f80c91b9e0601815"
   233  
   234  [[override]]
   235    name = "github.com/opencontainers/runtime-spec"
   236    revision = "313f40bdfcc04c6b0f7b8a8c3e91a7b7a3a0ef4e"
   237  
   238  [[override]]
   239    name = "github.com/pborman/uuid"
   240    revision = "c55201b036063326c5b1b89ccfe45a184973d073"
   241  
   242  [[override]]
   243    name = "github.com/prometheus/common"
   244    revision = "ebdfc6da46522d58825777cf1f90490a5b1ef1d8"
   245  
   246  [[override]]
   247    name = "github.com/prometheus/procfs"
   248    revision = "abf152e5f3e97f2fafac028d2cc06c1feb87ffa5"
   249  
   250  [[override]]
   251    name = "github.com/spf13/pflag"
   252    revision = "4f9190456aed1c2113ca51ea9b89219747458dc1"
   253  
   254  [[override]]
   255    name = "github.com/stretchr/objx"
   256    revision = "cbeaeb16a013161a98496fad62933b1d21786672"
   257  
   258  [[override]]
   259    name = "github.com/ugorji/go"
   260    revision = "4a1cb5252a6951f715a85d0e4be334c2a2dbf2a2"
   261  
   262  [[override]]
   263    name = "github.com/vbatts/tar-split"
   264    revision = "bd4c5d64c3e9297f410025a3b1bd0c58f659e721"
   265  
   266  [[override]]
   267    name = "golang.org/x/oauth2"
   268    revision = "3b966c7f301c0c71c53d94dc632a62df0a682cd7"
   269  
   270  [[override]]
   271    name = "golang.org/x/sys"
   272    revision = "042a8f53ce82bbe081222da955159491e32146a0"
   273  
   274  [[override]]
   275    name = "google.golang.org/appengine"
   276    revision = "e951d3868b377b14f4e60efa3a301532ee3c1ebf"