github.com/igggame/nebulas-go@v2.1.0+incompatible/Gopkg.toml (about)

     1  
     2  # Gopkg.toml example
     3  #
     4  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     5  # for detailed Gopkg.toml documentation.
     6  #
     7  # required = ["github.com/user/thing/cmd/thing"]
     8  # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
     9  #
    10  # [[constraint]]
    11  #   name = "github.com/user/project"
    12  #   version = "1.0.0"
    13  #
    14  # [[constraint]]
    15  #   name = "github.com/user/project2"
    16  #   branch = "dev"
    17  #   source = "github.com/myfork/project2"
    18  #
    19  # [[override]]
    20  #  name = "github.com/x/y"
    21  #  version = "2.4.0"
    22  
    23  ignored=[
    24    "github.com/google/protobuf*"
    25  ]
    26  
    27  [[constraint]]
    28    name = "golang.org/x/net"
    29    branch = "master"
    30    source = "https://github.com/golang/net.git"
    31  
    32  [[constraint]]
    33    name = "golang.org/x/text"
    34    branch = "master"
    35    source = "https://github.com/golang/text.git"
    36  
    37  [[constraint]]
    38    name = "golang.org/x/crypto"
    39    branch = "master"
    40    source = "https://github.com/golang/crypto.git"
    41  
    42  [[constraint]]
    43    name = "golang.org/x/sys"
    44    branch = "master"
    45    source = "https://github.com/golang/sys.git"
    46  
    47  [[constraint]]
    48    name = "github.com/sirupsen/logrus"
    49    version = "1.0.3"
    50  
    51  [[constraint]]
    52    name = "github.com/urfave/cli"
    53    version ="1.19.1"
    54  
    55  [[constraint]]
    56    name = "github.com/tecbot/gorocksdb"
    57    revision = "3e476152774442234f9a9f747386a48a1d82a515"
    58  
    59  [[constraint]]
    60    name = "github.com/libp2p/go-sockaddr"
    61    revision = "9ad2a49ab6a4f3e1ac08dffb3aa1f110dc062807"
    62  
    63  
    64  [[constraint]]
    65    name = "github.com/libp2p/go-reuseport"
    66    revision = "7b4e9d23b569c604ed9be4439a2e9ada26774b4f"
    67  
    68  
    69  [[constraint]]
    70    name = "github.com/libp2p/go-stream-muxer"
    71    revision = "e6b4fb7fef2a9e5189d463a7c661df5e6825177b"
    72  
    73  
    74  [[constraint]]
    75    name = "github.com/gxed/eventfd"
    76    revision = "61a199b93bf9d53c2ee26131d0ab691e8c637bc1"
    77  
    78  
    79  [[constraint]]
    80    name = "github.com/whyrusleeping/go-smux-multistream"
    81    revision = "afa6825376c14a0462fd420a7d4b4d157c937a42"
    82  
    83  
    84  [[constraint]]
    85    name = "github.com/ipfs/go-ipfs-util"
    86    revision = "ecb455b230ce7cb40510186fa723aa19af133aaf"
    87  
    88  
    89  [[constraint]]
    90    name = "github.com/multiformats/go-multicodec-packed"
    91    revision = "0ee69486dc1c9087aacfcc575e333f305009997e"
    92  
    93  
    94  [[constraint]]
    95    name = "github.com/ipfs/go-log"
    96    revision = "c4ea31a0acafb2a0b2ee04c09901dcda86938acf"
    97  
    98  
    99  [[constraint]]
   100    name = "github.com/libp2p/go-libp2p-protocol"
   101    revision = "e34f0d7468b3519bf9bf4e43c1d028ce651eab51"
   102  
   103  
   104  [[constraint]]
   105    name = "github.com/libp2p/go-libp2p-host"
   106    revision = "75df99651313a12e380c25eb359856d6bcc3c332"
   107  
   108  
   109  [[constraint]]
   110    name = "github.com/libp2p/go-libp2p-crypto"
   111    revision = "e89e1de117dd65c6129d99d1d853f48bc847cf17"
   112  
   113  
   114  [[constraint]]
   115    name = "github.com/whyrusleeping/yamux"
   116    revision = "74057c4936c275b645fd51200c33a9c8a223be61"
   117  
   118  
   119  [[constraint]]
   120    name = "github.com/libp2p/go-libp2p-blankhost"
   121    revision = "5367619115fde9b9b754ba2be454922bc76cbcab"
   122  
   123  
   124  [[constraint]]
   125    name = "github.com/multiformats/go-multiaddr-dns"
   126    revision = "87ed7a0467713ec4204e073168e6e5adbed936de"
   127  
   128  
   129  [[constraint]]
   130    name = "github.com/jbenet/goprocess"
   131    revision = "b497e2f366b8624394fb2e89c10ab607bebdde0b"
   132  
   133  
   134  [[constraint]]
   135    name = "github.com/multiformats/go-multiaddr"
   136    revision = "fb72fb2a8ef8fa11c7955820a2c5f9600b279c58"
   137  
   138  
   139  [[constraint]]
   140    name = "github.com/libp2p/go-ws-transport"
   141    revision = "de6160a1d0a6c2df87ed00dd607353fb33932e48"
   142  
   143  
   144  [[constraint]]
   145    name = "github.com/libp2p/go-libp2p-metrics"
   146    revision = "1ac87496e992290629575655bea4330dd4ab211e"
   147  
   148  
   149  [[constraint]]
   150    name = "github.com/libp2p/go-libp2p-swarm"
   151    revision = "0c514e78b69fa48d1332d0fd252c83cf67724b87"
   152  
   153  
   154  [[constraint]]
   155    name = "github.com/whyrusleeping/multiaddr-filter"
   156    revision = "e903e4adabd70b78bc9293b6ee4f359afb3f9f59"
   157  
   158  
   159  [[constraint]]
   160    name = "github.com/whyrusleeping/mafmt"
   161    revision = "eb83a9b122d2a8d5ef0a7c4bbe42b2ac86f56017"
   162  
   163  
   164  [[constraint]]
   165    name = "github.com/libp2p/go-libp2p-interface-conn"
   166    revision = "e4aa48663dcc3f94df3e268ff986214ceb50fc96"
   167  
   168  
   169  [[constraint]]
   170    name = "github.com/whyrusleeping/mdns"
   171    revision = "4c28b994c607f53e0ed4e40a2bb2c1b5a13290ef"
   172  
   173  
   174  [[constraint]]
   175    name = "github.com/libp2p/go-libp2p-secio"
   176    revision = "0cdc8339ad2e4f7f32e67b6a481bfbd48be5c704"
   177  
   178  
   179  [[constraint]]
   180    name = "github.com/libp2p/go-tcp-transport"
   181    revision = "67ea83433b542708c50b1fb76bc1e5e3a5a4c3f1"
   182  
   183  
   184  [[constraint]]
   185    name = "github.com/ipfs/go-cid"
   186    revision = "1805dd530f03dcdf288e47db67f5dd556736f677"
   187  
   188  
   189  [[constraint]]
   190    name = "github.com/libp2p/go-libp2p-interface-connmgr"
   191    revision = "2d407456dc007099a2eebf82037f645160952655"
   192  
   193  
   194  [[constraint]]
   195    name = "github.com/whyrusleeping/go-smux-spdystream"
   196    revision = "99ef171dcd9ac9c7324f49c11cc22fc088eb2552"
   197  
   198  
   199  [[constraint]]
   200    name = "github.com/libp2p/go-libp2p-peerstore"
   201    revision = "89838b9577a2b83eb3e1632c162cfd0daeee58e3"
   202  
   203  
   204  [[constraint]]
   205    name = "github.com/libp2p/go-maddr-filter"
   206    revision = "4e9ea17d7a48d63e00b22a953357d1a335f80cf3"
   207  
   208  
   209  [[constraint]]
   210    name = "github.com/libp2p/go-libp2p-netutil"
   211    revision = "df6691c28d0ccfe3992a767cad9884c79ee46a4f"
   212  
   213  
   214  [[constraint]]
   215    name = "github.com/libp2p/go-libp2p-circuit"
   216    revision = "4730183d80def7bc574e1b486b1f6e97a5c67bb9"
   217  
   218  
   219  [[constraint]]
   220    name = "github.com/libp2p/go-libp2p-peer"
   221    revision = "bbf6c212429f9c279d99a91d2e5fd3fa8f06b0f9"
   222  
   223  
   224  [[constraint]]
   225    name = "github.com/whyrusleeping/base32"
   226    revision = "040256406660c57e043d6cc8a9406d20c4fc7277"
   227  
   228  
   229  [[constraint]]
   230    name = "github.com/whyrusleeping/go-smux-yamux"
   231    revision = "c6704f34736883e7ab16087389d0744b07874821"
   232  
   233  
   234  [[constraint]]
   235    name = "github.com/libp2p/go-libp2p-transport"
   236    revision = "ae93d86e1214ac0e6b86c27ab6c4853770918914"
   237  
   238  
   239  [[constraint]]
   240    name = "github.com/libp2p/go-addr-util"
   241    revision = "61d2b1ec65eba87a3606f2b3cacec114371b6c75"
   242  
   243  
   244  [[constraint]]
   245    name = "github.com/whyrusleeping/go-notifier"
   246    revision = "8d81c69ca17629313f595a9f379cf9b10e6a540b"
   247  
   248  
   249  [[constraint]]
   250    name = "github.com/libp2p/go-testutil"
   251    revision = "40d1a32d274aa51c4014f68ff140eab5a01aaaf2"
   252  
   253  
   254  [[constraint]]
   255    name = "github.com/multiformats/go-multibase"
   256    revision = "dfd5076869faca5aed2886dcba60b44a0d0e9c01"
   257  
   258  
   259  [[constraint]]
   260    name = "github.com/libp2p/go-libp2p-nat"
   261    revision = "22f3bbcb92c0542889c1ccad062e9157de062ffe"
   262  
   263  
   264  [[constraint]]
   265    name = "github.com/libp2p/go-msgio"
   266    revision = "fa984f54d57f20970aac9309a89a7ea40821f67c"
   267  
   268  
   269  [[constraint]]
   270    name = "github.com/multiformats/go-multistream"
   271    revision = "661a0b9a0e6d9e99e4552c431b0eb82f58fde5b3"
   272  
   273  [[constraint]]
   274    name = "github.com/gxed/hashland"
   275    revision = "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8"
   276  
   277  [[constraint]]
   278    name = "github.com/multiformats/go-multihash"
   279    revision = "468a1b73e980e5aff011d308623e43e28c582b16"
   280  
   281  
   282  [[constraint]]
   283    name = "github.com/multiformats/go-multiaddr-net"
   284    revision = "4ce984eed7a8f77535ce5d267d0a21bd5a3d8363"
   285  
   286  
   287  [[constraint]]
   288    name = "github.com/libp2p/go-libp2p-loggables"
   289    revision = "6e6fb87d3d931c325ac557a00c24ec08e8aec3bf"
   290  
   291  
   292  [[constraint]]
   293    name = "github.com/libp2p/go-libp2p-conn"
   294    revision = "cac05849bae7557fcad8e3f42cc03c89bad45fb1"
   295  
   296  
   297  [[constraint]]
   298    name = "github.com/libp2p/go-libp2p-interface-pnet"
   299    revision = "5f0531425ec87d70c89f255de3bd96701dfcf562"
   300  
   301  
   302  [[constraint]]
   303    name = "github.com/libp2p/go-libp2p-net"
   304    revision = "f4c6c7b7bcf224f75bc9bd547b83aaf9d2655dc3"