github.com/braveheart12/insolar-09-08-19@v0.8.7/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  # [prune]
    23  #   non-go = false
    24  #   go-tests = true
    25  #   unused-packages = true
    26  
    27  [[constraint]]
    28    version = "1.1.0"
    29    name = "github.com/spf13/viper"
    30  
    31  [[constraint]]
    32    branch = "master"
    33    name = "github.com/jbenet/go-base58"
    34  
    35  [[constraint]]
    36    branch = "master"
    37    name = "github.com/satori/go.uuid"
    38  
    39  [[constraint]]
    40    branch = "master"
    41    name = "github.com/stretchr/testify"
    42  
    43  [prune]
    44    go-tests = true
    45    unused-packages = true
    46  
    47  [[constraint]]
    48    name = "github.com/ugorji/go"
    49    revision = "772ced7fd4c2f6322c07537a9a93b68d74551fa6"
    50  
    51  [[constraint]]
    52    name = "github.com/dgraph-io/badger"
    53    version = "1.5.3"
    54  
    55  [[constraint]]
    56    name = "github.com/prometheus/client_golang"
    57    version = "0.9.0"
    58  
    59  [[constraint]]
    60    name = "go.opencensus.io"
    61    version = "0.19.0"
    62  
    63  [[constraint]]
    64    branch = "master"
    65    name = "golang.org/x/sync"
    66  
    67  [[constraint]]
    68    branch = "master"
    69    name = "github.com/google/gofuzz"
    70  
    71  [[constraint]]
    72    name = "github.com/sirupsen/logrus"
    73    version = "1.2.0"