From 377582c76e19dcd275b6746ac519340c4625d32b Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 14 May 2018 13:17:57 +0900 Subject: [PATCH] ing --- Gopkg.lock | 27 +++++++++++++++++++++++++++ Gopkg.toml | 34 ++++++++++++++++++++++++++++++++++ glide.yaml | 3 --- 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 Gopkg.lock create mode 100644 Gopkg.toml delete mode 100644 glide.yaml diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000..03d816d --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,27 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + branch = "master" + name = "git.loafle.net/commons/util-go" + packages = [ + "encoding/json", + "reflect" + ] + revision = "1966a985759721fd451171a78a0b8f4524afc644" + +[[projects]] + branch = "master" + name = "git.loafle.net/overflow/commons-go" + packages = [ + "core/constants", + "model/sensorconfig" + ] + revision = "078a39712d33c131303cf2705cca185da18cc196" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "f0f2c46b2f0983b6329444c60f5b6a4b2d2ea72e6d2566f5e7013ae56d3faca1" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000..89172f4 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,34 @@ +# Gopkg.toml example +# +# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md +# 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]] + branch = "master" + name = "git.loafle.net/overflow/commons-go" + +[prune] + go-tests = true + unused-packages = true diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index 3248738..0000000 --- a/glide.yaml +++ /dev/null @@ -1,3 +0,0 @@ -package: git.loafle.net/overflow/crawler-go -import: -- package: git.loafle.net/overflow/commons-go \ No newline at end of file