From 2be6eb682e252171c427bab22575a105757f83fe Mon Sep 17 00:00:00 2001 From: llitfkitfk Date: Wed, 26 Jul 2017 12:46:58 +0800 Subject: [PATCH] dep init --- Gopkg.lock | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++++ Gopkg.toml | 54 +++++++++++++ 2 files changed, 285 insertions(+) create mode 100644 Gopkg.lock create mode 100644 Gopkg.toml diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 00000000..84086974 --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,231 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + name = "github.com/BurntSushi/toml" + packages = ["."] + revision = "b26d9c308763d68093482582cea63d69be07a0f0" + version = "v0.3.0" + +[[projects]] + branch = "master" + name = "github.com/GeertJohan/go.rice" + packages = [".","embedded"] + revision = "c02ca9a983da5807ddf7d796784928f5be4afd09" + +[[projects]] + branch = "master" + name = "github.com/aead/chacha20" + packages = [".","chacha"] + revision = "8d6ce0550041f9d97e7f15ec27ed489f8bbbb0fb" + +[[projects]] + name = "github.com/asdine/storm" + packages = [".","codec","codec/json","index","internal","q"] + revision = "84522964db3b14b386db48c7ae91c549b33a4171" + version = "v1.0.0" + +[[projects]] + name = "github.com/boltdb/bolt" + packages = ["."] + revision = "2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8" + version = "v1.3.1" + +[[projects]] + branch = "master" + name = "github.com/chaseadamsio/goorgeous" + packages = ["."] + revision = "677defd0e024333503d8c946dd4ba3f32ad3e5d2" + +[[projects]] + branch = "master" + name = "github.com/codahale/aesnicheck" + packages = ["."] + revision = "349fcc471aaccc29cd074e1275f1a494323826cd" + +[[projects]] + branch = "master" + name = "github.com/daaku/go.zipexe" + packages = ["."] + revision = "a5fe2436ffcb3236e175e5149162b41cd28bd27d" + +[[projects]] + name = "github.com/dgrijalva/jwt-go" + packages = [".","request"] + revision = "d2709f9f1f31ebcda9651b03077758c1f3a0018c" + version = "v3.0.0" + +[[projects]] + branch = "master" + name = "github.com/dsnet/compress" + packages = [".","bzip2","bzip2/internal/sais","internal","internal/errors","internal/prefix"] + revision = "0ae8e136a5df9e3caf6c0f69983608b07438411b" + +[[projects]] + branch = "master" + name = "github.com/flynn/go-shlex" + packages = ["."] + revision = "3f9db97f856818214da2e1057f8ad84803971cff" + +[[projects]] + name = "github.com/gorilla/websocket" + packages = ["."] + revision = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b" + version = "v1.2.0" + +[[projects]] + branch = "master" + name = "github.com/hashicorp/go-syslog" + packages = ["."] + revision = "b609c7d9de4658cded34a7336b90886c56f9dbdb" + +[[projects]] + branch = "master" + name = "github.com/hashicorp/golang-lru" + packages = [".","simplelru"] + revision = "0a025b7e63adc15a622f29b0b2c4c3848243bbf6" + +[[projects]] + branch = "master" + name = "github.com/kardianos/osext" + packages = ["."] + revision = "ae77be60afb1dcacde03767a8c37337fad28ac14" + +[[projects]] + branch = "master" + name = "github.com/lucas-clemente/aes12" + packages = ["."] + revision = "25700e67be5c860bcc999137275b9ef8b65932bd" + +[[projects]] + branch = "master" + name = "github.com/lucas-clemente/fnv128a" + packages = ["."] + revision = "393af48d391698c6ae4219566bfbdfef67269997" + +[[projects]] + name = "github.com/lucas-clemente/quic-go" + packages = [".","ackhandler","congestion","crypto","flowcontrol","frames","h2quic","handshake","protocol","qerr","utils"] + revision = "d51a4a1ba70df8c2d5c4522c071aaa225690a11d" + version = "v0.5.0" + +[[projects]] + branch = "master" + name = "github.com/lucas-clemente/quic-go-certificates" + packages = ["."] + revision = "d2f86524cced5186554df90d92529757d22c1cb6" + +[[projects]] + name = "github.com/mholt/archiver" + packages = ["."] + revision = "cdc68dd1f170b8dfc1a0d2231b5bb0967ed67006" + version = "v2.0" + +[[projects]] + name = "github.com/mholt/caddy" + packages = [".","caddyfile","caddyhttp/httpserver","caddyhttp/staticfiles","caddytls"] + revision = "dfa389c9df67470bf2b357c08e2efe205181894d" + version = "v0.10.4" + +[[projects]] + branch = "master" + name = "github.com/miekg/dns" + packages = ["."] + revision = "0f3adef2e2201d72e50309a36fc99d8a9d1a4960" + +[[projects]] + branch = "master" + name = "github.com/mitchellh/mapstructure" + packages = ["."] + revision = "d0303fe809921458f417bcf828397a65db30a7e4" + +[[projects]] + branch = "master" + name = "github.com/nwaples/rardecode" + packages = ["."] + revision = "f22b7ef81a0afac9ce1447d37e5ab8e99fbd2f73" + +[[projects]] + name = "github.com/robfig/cron" + packages = ["."] + revision = "b024fc5ea0e34bc3f83d9941c8d60b0622bfaca4" + version = "v1" + +[[projects]] + name = "github.com/russross/blackfriday" + packages = ["."] + revision = "0b647d0506a698cca42caca173e55559b12a69f2" + version = "v1.4" + +[[projects]] + branch = "master" + name = "github.com/shurcooL/sanitized_anchor_name" + packages = ["."] + revision = "541ff5ee47f1dddf6a5281af78307d921524bcb5" + +[[projects]] + name = "github.com/spf13/hugo" + packages = ["parser"] + revision = "bbd33dbf5d9575ab95c8e00aa97b71a600e429b6" + version = "v0.25.1" + +[[projects]] + name = "github.com/ulikunitz/xz" + packages = [".","internal/hash","internal/xlog","lzma"] + revision = "0c6b41e72360850ca4f98dc341fd999726ea007f" + version = "v0.5.4" + +[[projects]] + name = "github.com/xenolf/lego" + packages = ["acme"] + revision = "192334c448f7e1e271bca93062f2f295cb3f35c8" + version = "v0.4.0" + +[[projects]] + branch = "master" + name = "golang.org/x/crypto" + packages = ["bcrypt","blowfish","curve25519","hkdf","ocsp"] + revision = "6914964337150723782436d56b3f21610a74ce7b" + +[[projects]] + branch = "master" + name = "golang.org/x/net" + packages = ["context","http2","http2/hpack","idna","lex/httplex","publicsuffix","webdav","webdav/internal/xml"] + revision = "ab5485076ff3407ad2d02db054635913f017b0ed" + +[[projects]] + branch = "master" + name = "golang.org/x/sys" + packages = ["unix"] + revision = "14ac33bf8474b62c65cae263af2e4d3b543cc699" + +[[projects]] + branch = "master" + name = "golang.org/x/text" + packages = ["internal/gen","internal/triegen","internal/ucd","secure/bidirule","transform","unicode/bidi","unicode/cldr","unicode/norm","unicode/rangetable"] + revision = "836efe42bb4aa16aaa17b9c155d8813d336ed720" + +[[projects]] + name = "gopkg.in/natefinch/lumberjack.v2" + packages = ["."] + revision = "a96e63847dc3c67d17befa69c303767e2f84e54f" + version = "v2.1" + +[[projects]] + name = "gopkg.in/square/go-jose.v1" + packages = [".","cipher","json"] + revision = "aa2e30fdd1fe9dd3394119af66451ae790d50e0d" + version = "v1.1.0" + +[[projects]] + branch = "v2" + name = "gopkg.in/yaml.v2" + packages = ["."] + revision = "25c4ec802a7d637f88d584ab26798e94ad14c13b" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "966cdbd788a5e3b2b0f06289e1096cb2cdcb4bd0f62b9865a32425f061e4b068" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 00000000..b08a41e1 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,54 @@ + +# 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" + + +[[constraint]] + branch = "master" + name = "github.com/GeertJohan/go.rice" + +[[constraint]] + name = "github.com/asdine/storm" + version = "1.0.0" + +[[constraint]] + name = "github.com/dgrijalva/jwt-go" + version = "3.0.0" + +[[constraint]] + name = "github.com/gorilla/websocket" + version = "1.2.0" + +[[constraint]] + name = "github.com/mholt/archiver" + version = "2.0.0" + +[[constraint]] + name = "github.com/mholt/caddy" + version = "0.10.4" + +[[constraint]] + branch = "master" + name = "github.com/mitchellh/mapstructure" + +[[constraint]] + name = "github.com/robfig/cron" + version = "1.0.0"