Миграция с glide на dep для управления зависимостями

This commit is contained in:
ErickSkrauch 2017-08-15 00:43:56 +03:00
parent b159cd327c
commit 359aef4b40
5 changed files with 139 additions and 97 deletions

View File

@ -1,2 +1,5 @@
# Игнорим данные, т.к. они не нужны для внутреннего содержимого этого контейнера
data
# Vendor так же не нужен
vendor

116
Gopkg.lock generated Normal file
View File

@ -0,0 +1,116 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
name = "github.com/fsnotify/fsnotify"
packages = ["."]
revision = "4da3e2cfbabc9f751898f250b49f2439785783a1"
[[projects]]
branch = "master"
name = "github.com/gorilla/context"
packages = ["."]
revision = "08b5f424b9271eedf6f9f0ce86cb9396ed337a42"
[[projects]]
name = "github.com/gorilla/mux"
packages = ["."]
revision = "bcd8bc72b08df0f70df986b97f95590779502d31"
version = "v1.4.0"
[[projects]]
branch = "master"
name = "github.com/hashicorp/hcl"
packages = [".","hcl/ast","hcl/parser","hcl/scanner","hcl/strconv","hcl/token","json/parser","json/scanner","json/token"]
revision = "392dba7d905ed5d04a5794ba89f558b27e2ba1ca"
[[projects]]
name = "github.com/inconshreveable/mousetrap"
packages = ["."]
revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
version = "v1.0"
[[projects]]
name = "github.com/magiconair/properties"
packages = ["."]
revision = "51463bfca2576e06c62a8504b5c0f06d61312647"
[[projects]]
name = "github.com/mediocregopher/radix.v2"
packages = ["cluster","pool","redis","util"]
revision = "dbcfd490034f823788edc555737247e9ba628b6c"
[[projects]]
branch = "master"
name = "github.com/mitchellh/mapstructure"
packages = ["."]
revision = "d0303fe809921458f417bcf828397a65db30a7e4"
[[projects]]
branch = "master"
name = "github.com/mono83/slf"
packages = [".","params","rays","recievers/ansi","wd"]
revision = "8188a95c8d6b74c43953abb38b8bd6fdbc412ff5"
[[projects]]
branch = "master"
name = "github.com/pelletier/go-toml"
packages = ["."]
revision = "69d355db5304c0f7f809a2edc054553e7142f016"
[[projects]]
branch = "master"
name = "github.com/spf13/afero"
packages = [".","mem"]
revision = "9be650865eab0c12963d8753212f4f9c66cdcf12"
[[projects]]
name = "github.com/spf13/cast"
packages = ["."]
revision = "acbeb36b902d72a7a4c18e8f3241075e7ab763e4"
version = "v1.1.0"
[[projects]]
name = "github.com/spf13/cobra"
packages = ["."]
revision = "4d647c8944eb42504a714e57e97f244ed6344722"
[[projects]]
branch = "master"
name = "github.com/spf13/jwalterweatherman"
packages = ["."]
revision = "0efa5202c04663c757d84f90f5219c1250baf94f"
[[projects]]
name = "github.com/spf13/pflag"
packages = ["."]
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
version = "v1.0.0"
[[projects]]
name = "github.com/spf13/viper"
packages = ["."]
revision = "c1de95864d73a5465492829d7cb2dd422b19ac96"
[[projects]]
name = "golang.org/x/sys"
packages = ["unix"]
revision = "90796e5a05ce440b41c768bd9af257005e470461"
[[projects]]
name = "golang.org/x/text"
packages = ["internal/gen","internal/triegen","internal/ucd","transform","unicode/cldr","unicode/norm"]
revision = "2bf8f2a19ec09c670e931282edfe6567f6be21c9"
[[projects]]
name = "gopkg.in/yaml.v2"
packages = ["."]
revision = "cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "d297b8c1b79f47828a7fab2a451a02e8be62bd0e92f2c4162feffc611893bfd8"
solver-name = "gps-cdcl"
solver-version = 1

20
Gopkg.toml Normal file
View File

@ -0,0 +1,20 @@
ignored = ["elyby/minecraft-skinsystem"]
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.4.0"
[[constraint]]
name = "github.com/mediocregopher/radix.v2"
[[constraint]]
name = "github.com/mono83/slf"
[[constraint]]
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/spf13/viper"
[[constraint]]
name = "github.com/streadway/amqp"

75
glide.lock generated
View File

@ -1,75 +0,0 @@
hash: 6fd59478a6c00f45362926d50bc097e2a4ec93fdf2a8105c70d3cdb494ece5d9
updated: 2017-06-30T18:38:42.231325254+03:00
imports:
- name: github.com/fsnotify/fsnotify
version: 4da3e2cfbabc9f751898f250b49f2439785783a1
- name: github.com/gorilla/context
version: 08b5f424b9271eedf6f9f0ce86cb9396ed337a42
- name: github.com/gorilla/mux
version: bcd8bc72b08df0f70df986b97f95590779502d31
- name: github.com/hashicorp/hcl
version: 392dba7d905ed5d04a5794ba89f558b27e2ba1ca
subpackages:
- hcl/ast
- hcl/parser
- hcl/scanner
- hcl/strconv
- hcl/token
- json/parser
- json/scanner
- json/token
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/magiconair/properties
version: 51463bfca2576e06c62a8504b5c0f06d61312647
- name: github.com/mediocregopher/radix.v2
version: dbcfd490034f823788edc555737247e9ba628b6c
subpackages:
- cluster
- pool
- redis
- util
- name: github.com/mitchellh/go-homedir
version: b8bc1bf767474819792c23f32d8286a45736f1c6
- name: github.com/mitchellh/mapstructure
version: d0303fe809921458f417bcf828397a65db30a7e4
- name: github.com/mono83/slf
version: 8188a95c8d6b74c43953abb38b8bd6fdbc412ff5
subpackages:
- params
- rays
- recievers/ansi
- recievers/statsd
- wd
- name: github.com/pelletier/go-toml
version: 69d355db5304c0f7f809a2edc054553e7142f016
- name: github.com/spf13/afero
version: 9be650865eab0c12963d8753212f4f9c66cdcf12
subpackages:
- mem
- name: github.com/spf13/cast
version: acbeb36b902d72a7a4c18e8f3241075e7ab763e4
- name: github.com/spf13/cobra
version: 4d647c8944eb42504a714e57e97f244ed6344722
subpackages:
- cobra
- name: github.com/spf13/jwalterweatherman
version: 0efa5202c04663c757d84f90f5219c1250baf94f
- name: github.com/spf13/pflag
version: e57e3eeb33f795204c1ca35f56c44f83227c6e66
- name: github.com/spf13/viper
version: c1de95864d73a5465492829d7cb2dd422b19ac96
- name: github.com/streadway/amqp
version: 27859d32540aebd2e5befa52dc59ae8e6a0132b6
- name: golang.org/x/sys
version: 90796e5a05ce440b41c768bd9af257005e470461
subpackages:
- unix
- name: golang.org/x/text
version: 2bf8f2a19ec09c670e931282edfe6567f6be21c9
subpackages:
- transform
- unicode/norm
- name: gopkg.in/yaml.v2
version: cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b
testImports: []

View File

@ -1,22 +0,0 @@
package: elyby/minecraft-skinsystem
ignore:
- elyby/minecraft-skinsystem
import:
- package: github.com/gorilla/mux
version: ^1.4.0
- package: github.com/mediocregopher/radix.v2
subpackages:
- pool
- redis
- package: github.com/mono83/slf
subpackages:
- rays
- recievers/ansi
- recievers/statsd
- wd
- package: github.com/streadway/amqp
- package: github.com/spf13/cobra
subpackages:
- cobra
- package: github.com/mitchellh/go-homedir
- package: github.com/spf13/viper