Added dep package manager configuration. Added vendor directory to .gitignore

This commit is contained in:
Igor Zashchelkin 2019-08-29 16:26:06 +03:00
parent 2872ab5231
commit c6792e1deb
3 changed files with 280 additions and 0 deletions

197
Gopkg.lock generated Normal file
View file

@ -0,0 +1,197 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
digest = "1:33ce0ffa5273b0ac1f31d63c47a6812ddb770301347c80629062a07797507f52"
name = "github.com/gologme/log"
packages = ["."]
pruneopts = "UT"
revision = "4e5d8ccb38e83c62d829cf88456808e0d9c56df4"
[[projects]]
digest = "1:0a48cb9c2757781932550a45ad11dd497722d4018a28077de65674aec7eee90e"
name = "github.com/hashicorp/go-syslog"
packages = ["."]
pruneopts = "UT"
revision = "8d1874e3e8d1862b74e0536851e218c4571066a5"
version = "v1.0.0"
[[projects]]
digest = "1:82f2ef6f697bd73ef604daf158dee05f1a69868cd708fd69ae39aff91d16b0b2"
name = "github.com/hjson/hjson-go"
packages = ["."]
pruneopts = "UT"
revision = "d8adb1bb23adb87a63c2d1f3c0237a0a313b69a6"
version = "v3.0.0"
[[projects]]
branch = "master"
digest = "1:c411b6e8466c7934d87d3667796b13631bcad0f66377ce316279b55f4658b5f4"
name = "github.com/kardianos/minwinsvc"
packages = ["."]
pruneopts = "UT"
revision = "cad6b2b879b0970e4245a20ebf1a81a756e2bb70"
[[projects]]
digest = "1:53bc4cd4914cd7cd52139990d5170d6dc99067ae31c56530621b18b35fc30318"
name = "github.com/mitchellh/mapstructure"
packages = ["."]
pruneopts = "UT"
revision = "3536a929edddb9a5b34bd6861dc4a9647cb459fe"
version = "v1.1.2"
[[projects]]
branch = "master"
digest = "1:f8fc92f21eff1000e24ee00a3467472ac52dfe916813ed2ff7d3b51e124c708f"
name = "github.com/songgao/packets"
packages = ["ethernet"]
pruneopts = "UT"
revision = "549a10cd4091c1e78542d3bb357036299cb9fcd6"
[[projects]]
digest = "1:2d9d06cb9d46dacfdbb45f8575b39fc0126d083841a29d4fbf8d97708f43107e"
name = "github.com/vishvananda/netlink"
packages = [
".",
"nl",
]
pruneopts = "UT"
revision = "a2ad57a690f3caf3015351d2d6e1c0b95c349752"
version = "v1.0.0"
[[projects]]
branch = "master"
digest = "1:b405c6b13f8f88fde0aab3e5c566554fc7c2c5579dc5de603a188d4e44db2712"
name = "github.com/vishvananda/netns"
packages = ["."]
pruneopts = "UT"
revision = "7109fa855b0ff1ebef7fbd2f6aa613e8db7cfbc0"
[[projects]]
branch = "master"
digest = "1:12c2126d25d1336545feed18330c95a3d96ccbfd1f559093a11ee25568ec545b"
name = "github.com/yggdrasil-network/water"
packages = ["."]
pruneopts = "UT"
revision = "c83fe40250f8009f2cbfa092d68c4fabe32ef46e"
[[projects]]
digest = "1:a0d8b45a04c05844e6b4c8aa6e2cca260fd3e1b53cc097e987ae944db4341eae"
name = "github.com/yggdrasil-network/yggdrasil-go"
packages = [
"src/address",
"src/admin",
"src/config",
"src/crypto",
"src/defaults",
"src/multicast",
"src/tuntap",
"src/util",
"src/version",
"src/yggdrasil",
]
pruneopts = "UT"
revision = "562a7d1f19f254e9d078aef44a78f7d1398bc4e5"
version = "v0.3.8"
[[projects]]
branch = "master"
digest = "1:9729db5f577ca1839b94a9af62272fae1f6c6c3b7485ecd34aa7666b87f39c5c"
name = "golang.org/x/crypto"
packages = [
"curve25519",
"ed25519",
"ed25519/internal/edwards25519",
"internal/subtle",
"nacl/box",
"nacl/secretbox",
"poly1305",
"salsa20/salsa",
]
pruneopts = "UT"
revision = "9756ffdc24725223350eb3266ffb92590d28f278"
[[projects]]
branch = "master"
digest = "1:f992a2ed01ad1481ce9dff4815bb4b49aafe0a374c375a023b60df119721d985"
name = "golang.org/x/net"
packages = [
"bpf",
"icmp",
"internal/iana",
"internal/socket",
"internal/socks",
"ipv4",
"ipv6",
"proxy",
]
pruneopts = "UT"
revision = "ba9fcec4b297b415637633c5a6e8fa592e4a16c3"
[[projects]]
branch = "master"
digest = "1:6b935d385a8c1863c978543a3881c1085778c4c335836b06200f4daec09a5977"
name = "golang.org/x/sys"
packages = [
"cpu",
"unix",
"windows",
"windows/registry",
"windows/svc",
]
pruneopts = "UT"
revision = "c7b8b68b14567162c6602a7c5659ee0f26417c18"
[[projects]]
digest = "1:c059487b0a766e256f53290955649ca2d2915dc71230689006a893b364e75f33"
name = "golang.org/x/text"
packages = [
"encoding",
"encoding/internal",
"encoding/internal/identifier",
"encoding/unicode",
"internal/gen",
"internal/utf8internal",
"runes",
"transform",
"unicode/cldr",
]
pruneopts = "UT"
revision = "342b2e1fbaa52c93f31447ad2c6abc048c63e475"
version = "v0.3.2"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/gologme/log",
"github.com/hashicorp/go-syslog",
"github.com/hjson/hjson-go",
"github.com/kardianos/minwinsvc",
"github.com/mitchellh/mapstructure",
"github.com/songgao/packets/ethernet",
"github.com/vishvananda/netlink",
"github.com/yggdrasil-network/water",
"github.com/yggdrasil-network/yggdrasil-go/src/address",
"github.com/yggdrasil-network/yggdrasil-go/src/admin",
"github.com/yggdrasil-network/yggdrasil-go/src/config",
"github.com/yggdrasil-network/yggdrasil-go/src/crypto",
"github.com/yggdrasil-network/yggdrasil-go/src/defaults",
"github.com/yggdrasil-network/yggdrasil-go/src/multicast",
"github.com/yggdrasil-network/yggdrasil-go/src/tuntap",
"github.com/yggdrasil-network/yggdrasil-go/src/util",
"github.com/yggdrasil-network/yggdrasil-go/src/version",
"github.com/yggdrasil-network/yggdrasil-go/src/yggdrasil",
"golang.org/x/crypto/curve25519",
"golang.org/x/crypto/ed25519",
"golang.org/x/crypto/nacl/box",
"golang.org/x/net/icmp",
"golang.org/x/net/ipv6",
"golang.org/x/net/proxy",
"golang.org/x/sys/unix",
"golang.org/x/sys/windows",
"golang.org/x/text/encoding/unicode",
]
solver-name = "gps-cdcl"
solver-version = 1