Put repository under dep

This commit is contained in:
Dmitry 2018-10-01 10:43:58 +03:00
parent e7fc8adc5b
commit 4d5a3acbfd
3 changed files with 261 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor/

211
Gopkg.lock generated Normal file
View File

@ -0,0 +1,211 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:8ba904411c0c2ccf235e992c9d16954d173783cb7ce2d8d2ff798aec2d5cd9a6"
name = "github.com/aristanetworks/goarista"
packages = ["monotime"]
pruneopts = "T"
revision = "ea17b1a17847fb6e4c0a91de0b674704693469b0"
[[projects]]
digest = "1:5e46788fe94f6d9d9d1bdc88218cf57bbfa5fbcdeae7ed0e0482cc67fe063a21"
name = "github.com/btcsuite/btcd"
packages = ["btcec"]
pruneopts = "T"
revision = "2e60448ffcc6bf78332d1fe590260095f554dd78"
[[projects]]
digest = "1:e47d51dab652d26c3fba6f8cba403f922d02757a82abdc77e90df7948daf296e"
name = "github.com/deckarep/golang-set"
packages = ["."]
pruneopts = "T"
revision = "cbaa98ba5575e67703b32b4b19f73c91f3c4159e"
version = "v1.7.1"
[[projects]]
digest = "1:c24d17ef5d37ae7215811cf1cade45822faa232d6bcfbadff30bbeba52225a98"
name = "github.com/ethereum/go-ethereum"
packages = [
"common",
"common/hexutil",
"common/math",
"common/mclock",
"crypto",
"crypto/ecies",
"crypto/secp256k1",
"crypto/sha3",
"event",
"log",
"metrics",
"p2p",
"p2p/discover",
"p2p/discv5",
"p2p/nat",
"p2p/netutil",
"rlp",
"rpc",
]
pruneopts = "T"
revision = "477eb0933b9529f7deeccc233cc815fe34a8ea56"
version = "v1.8.16"
[[projects]]
digest = "1:33542eaf895b5489ccfb059502a721f0e8875379da8b3ff60fdd9212d503705c"
name = "github.com/go-stack/stack"
packages = ["."]
pruneopts = "T"
revision = "54be5f394ed2c3e19dac9134a40a95ba5a017f7b"
version = "v1.5.4"
[[projects]]
digest = "1:cf5bb7d7c59d8313289e5b756e24462cacd958d1e6db3bdbe1c800c677ad0f94"
name = "github.com/golang/snappy"
packages = ["."]
pruneopts = "T"
revision = "553a641470496b2327abcac10b36396bd98e45c9"
[[projects]]
digest = "1:fd5076bec7b8e80060cb2b103e800b27bcc6302eb9f7454d20f70cfed6791f75"
name = "github.com/huin/goupnp"
packages = [
".",
"dcps/internetgateway1",
"dcps/internetgateway2",
"httpu",
"scpd",
"soap",
"ssdp",
]
pruneopts = "T"
revision = "679507af18f3c7ba2bcc7905392ce23e148661c3"
[[projects]]
digest = "1:5314fcaf8f5945704c768b4664b75ff2d3e99fe9b6ec7d20151696874574100d"
name = "github.com/jackpal/go-nat-pmp"
packages = ["."]
pruneopts = "T"
revision = "1fa385a6f45828c83361136b45b1a21a12139493"
[[projects]]
digest = "1:613400d7688f0486bec153e7f6bb5323b7446a2a064e4246e0378bf77ea91deb"
name = "github.com/rs/cors"
packages = ["."]
pruneopts = "T"
revision = "a62a804a8a009876ca59105f7899938a1349f4b3"
version = "v1.0"
[[projects]]
digest = "1:da65c8f6365ddb7f33efd6a0de4e0fbc934873b84106663c96ceb978764d5d86"
name = "github.com/rs/xhandler"
packages = ["."]
pruneopts = "T"
revision = "d9d9599b6aaf6a058cb7b1f48291ded2cbd13390"
version = "v1.0"
[[projects]]
branch = "master"
digest = "1:ee395d0d8c1719b5a1407f34af93953b4763bacb19a8961aba5b6d312824da41"
name = "github.com/syndtr/goleveldb"
packages = [
"leveldb",
"leveldb/cache",
"leveldb/comparer",
"leveldb/errors",
"leveldb/filter",
"leveldb/iterator",
"leveldb/journal",
"leveldb/memdb",
"leveldb/opt",
"leveldb/storage",
"leveldb/table",
"leveldb/util",
]
pruneopts = "T"
revision = "ae2bd5eed72d46b28834ec3f60db3a3ebedd8dbd"
[[projects]]
branch = "master"
digest = "1:95ad8eba44d70efb03988715aac94031241bfd7c06432748aabb4a8963b65f08"
name = "golang.org/x/crypto"
packages = ["pbkdf2"]
pruneopts = "T"
revision = "5295e8364332db77d75fce11f1d19c053919a9c9"
[[projects]]
digest = "1:448c05a00f8b3be27061bd6344358d152f942309137ab4d330336d1d780715c9"
name = "golang.org/x/net"
packages = [
"context",
"html",
"html/atom",
"html/charset",
"websocket",
]
pruneopts = "T"
revision = "a6577fac2d73be281a500b310739095313165611"
[[projects]]
branch = "master"
digest = "1:568750bfc9b318e074c14e4ac471ae24617a5a3cb05a74ce56516ca0b567d1ba"
name = "golang.org/x/sync"
packages = ["syncmap"]
pruneopts = "T"
revision = "1d60e4601c6fd243af51cc01ddf169918a5407ca"
[[projects]]
digest = "1:6164911cb5e94e8d8d5131d646613ff82c14f5a8ce869de2f6d80d9889df8c5a"
name = "golang.org/x/text"
packages = [
"encoding",
"encoding/charmap",
"encoding/htmlindex",
"encoding/internal",
"encoding/internal/identifier",
"encoding/japanese",
"encoding/korean",
"encoding/simplifiedchinese",
"encoding/traditionalchinese",
"encoding/unicode",
"internal/gen",
"internal/tag",
"internal/utf8internal",
"language",
"runes",
"transform",
"unicode/cldr",
]
pruneopts = "T"
revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
version = "v0.3.0"
[[projects]]
branch = "v2"
digest = "1:3d3f9391ab615be8655ae0d686a1564f3fec413979bb1aaf018bac1ec1bb1cc7"
name = "gopkg.in/natefinch/npipe.v2"
packages = ["."]
pruneopts = "T"
revision = "c1b8fa8bdccecb0b8db834ee0b92fdbcfa606dd6"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/deckarep/golang-set",
"github.com/ethereum/go-ethereum/common",
"github.com/ethereum/go-ethereum/common/hexutil",
"github.com/ethereum/go-ethereum/common/math",
"github.com/ethereum/go-ethereum/crypto",
"github.com/ethereum/go-ethereum/crypto/ecies",
"github.com/ethereum/go-ethereum/log",
"github.com/ethereum/go-ethereum/p2p",
"github.com/ethereum/go-ethereum/p2p/discover",
"github.com/ethereum/go-ethereum/p2p/nat",
"github.com/ethereum/go-ethereum/rlp",
"github.com/ethereum/go-ethereum/rpc",
"github.com/syndtr/goleveldb/leveldb/errors",
"golang.org/x/crypto/pbkdf2",
"golang.org/x/sync/syncmap",
]
solver-name = "gps-cdcl"
solver-version = 1

49
Gopkg.toml Normal file
View File

@ -0,0 +1,49 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/deckarep/golang-set"
version = "1.7.1"
[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "=v1.8.16"
source = "github.com/status-im/go-ethereum"
[[constraint]]
branch = "master"
name = "github.com/syndtr/goleveldb"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/sync"
[prune]
go-tests = true