github.com/xiaqingdoc/fabric@v2.1.1+incompatible/Gopkg.toml (about)

     1  # Copyright IBM Corp All Rights Reserved.
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  
     5  required = [
     6      "golang.org/x/lint/golint",
     7      "golang.org/x/tools/cmd/goimports",
     8      "github.com/golang/protobuf/protoc-gen-go",
     9  ]
    10  
    11  ignored = [
    12  ]
    13  
    14  noverify = [
    15      "github.com/konsorten/go-windows-terminal-sequences",
    16  ]
    17  
    18  [[constraint]]
    19    name = "github.com/Knetic/govaluate"
    20    version = "3.0.0"
    21  
    22  [[constraint]]
    23    name = "github.com/Shopify/sarama"
    24    version = "=1.20.1"
    25  
    26  [[constraint]]
    27    name = "github.com/davecgh/go-spew"
    28    version = "1.1.0"
    29  
    30  [[constraint]]
    31    name = "github.com/fsouza/go-dockerclient"
    32    version = "1.3.0"
    33  
    34  [[constraint]]
    35    name = "github.com/golang/protobuf"
    36    version = "1.2.0"
    37  
    38  [[constraint]]
    39    name = "github.com/gorilla/mux"
    40    version = "1.6.1"
    41  
    42  [[constraint]]
    43    name = "github.com/hashicorp/go-version"
    44    version = "1.0.0"
    45  
    46  [[constraint]]
    47    branch = "master"
    48    name = "github.com/hyperledger/fabric-amcl"
    49  
    50  [[constraint]]
    51    name = "github.com/hyperledger/fabric-lib-go"
    52    version = "1.0.0"
    53  
    54  [[constraint]]
    55    branch = "master"
    56    name = "github.com/kr/pretty"
    57  
    58  [[constraint]]
    59    name = "github.com/miekg/pkcs11"
    60    version = "v1.0.3"
    61  
    62  [[constraint]]
    63    name = "github.com/mitchellh/mapstructure"
    64    version = "v1.1.1"
    65  
    66  [[constraint]]
    67    name = "github.com/pkg/errors"
    68    version = "0.8.1"
    69  
    70  [[constraint]]
    71    name = "github.com/spf13/cobra"
    72    version = "0.0.3"
    73  
    74  [[constraint]]
    75    name = "github.com/spf13/pflag"
    76    version = "1.0.3"
    77  
    78  [[constraint]]
    79    name = "github.com/spf13/viper"
    80    revision = "1967d93db724f4a5c0e101307e96d82ff520a067"
    81  
    82  [[constraint]]
    83    name = "github.com/stretchr/testify"
    84    version = "1.5"
    85  
    86  [[constraint]]
    87    branch = "master"
    88    name = "github.com/syndtr/goleveldb"
    89  
    90  [[constraint]]
    91    branch = "master"
    92    name = "golang.org/x/crypto"
    93  
    94  [[constraint]]
    95    name = "golang.org/x/lint"
    96    revision = "959b441ac422379a43da2230f62be024250818b0"
    97  
    98  [[constraint]]
    99    name = "golang.org/x/tools"
   100    branch = "release-branch.go1.13"
   101  
   102  [[constraint]]
   103    name = "google.golang.org/grpc"
   104    version = "1.28.0"
   105  
   106  [[constraint]]
   107    name = "gopkg.in/alecthomas/kingpin.v2"
   108    version = "2.2.6"
   109  
   110  [[constraint]]
   111    name = "gopkg.in/cheggaaa/pb.v1"
   112    version = "1.0.22"
   113  
   114  [[constraint]]
   115    name = "gopkg.in/yaml.v2"
   116    version = "2.2"
   117  
   118  [[constraint]]
   119    branch = "master"
   120    name = "github.com/tedsuo/ifrit"
   121  
   122  [[constraint]]
   123    name = "github.com/onsi/ginkgo"
   124    version = "1.8.0"
   125  
   126  [[constraint]]
   127    name = "github.com/onsi/gomega"
   128    version = "1.9"
   129  
   130  [[constraint]]
   131    name = "go.etcd.io/etcd"
   132    revision = "23731bf9ba556867089a9cc8db5e492ca6035fe8"
   133  
   134  [[constraint]]
   135    name = "go.uber.org/zap"
   136    version = "1.14"
   137  
   138  [[constraint]]
   139    branch = "master"
   140    name = "github.com/sykesm/zap-logfmt"
   141  
   142  [[constraint]]
   143    name = "github.com/grpc-ecosystem/go-grpc-middleware"
   144    version = "1.1.0"
   145  
   146  [[constraint]]
   147    name = "github.com/willf/bitset"
   148    version = "1.1.8"
   149  
   150  [[constraint]]
   151    name = "github.com/go-kit/kit"
   152    version = "0.7.0"
   153  
   154  [[constraint]]
   155    name = "github.com/prometheus/client_golang"
   156    version = "1.0"
   157  
   158  # https://github.com/golang/dep/issues/1799
   159  [[override]]
   160    name = "gopkg.in/fsnotify.v1"
   161    source = "gopkg.in/fsnotify/fsnotify.v1"
   162  
   163  [[override]]
   164    name = "github.com/opencontainers/runc"
   165    version = "1.0.0-rc8"
   166  
   167  [prune]
   168    go-tests = true
   169    unused-packages = true
   170    non-go = true
   171  
   172    [[prune.project]]
   173        name = "github.com/onsi/ginkgo"
   174        unused-packages = false
   175  
   176    [[prune.project]]
   177        name = "github.com/onsi/gomega"
   178        unused-packages = false
   179  
   180    [[prune.project]]
   181        name = "go.etcd.io/etcd"
   182        non-go = false
   183  
   184  [[constraint]]
   185    branch = "master"
   186    name = "github.com/hyperledger/fabric-protos-go"
   187  
   188  [[constraint]]
   189    branch = "master"
   190    name = "github.com/hyperledger/fabric-chaincode-go"
   191  
   192  [[constraint]]
   193    name = "github.com/VictoriaMetrics/fastcache"
   194    version = "1.4.6"