From 0f88cb884329a70db0d4dd891c0e5b80f31fb8a2 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Mon, 21 May 2018 10:38:06 +0200 Subject: [PATCH] update code.gitea.io/git --- vendor/code.gitea.io/git/Gopkg.lock | 38 +++++++++++++++++++++++++++++ vendor/code.gitea.io/git/Gopkg.toml | 34 ++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 vendor/code.gitea.io/git/Gopkg.lock create mode 100644 vendor/code.gitea.io/git/Gopkg.toml diff --git a/vendor/code.gitea.io/git/Gopkg.lock b/vendor/code.gitea.io/git/Gopkg.lock new file mode 100644 index 0000000000..901c74cf5a --- /dev/null +++ b/vendor/code.gitea.io/git/Gopkg.lock @@ -0,0 +1,38 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + branch = "master" + name = "github.com/Unknwon/com" + packages = ["."] + revision = "7677a1d7c1137cd3dd5ba7a076d0c898a1ef4520" + +[[projects]] + name = "github.com/davecgh/go-spew" + packages = ["spew"] + revision = "6d212800a42e8ab5c146b8ace3490ee17e5225f9" + +[[projects]] + name = "github.com/mcuadros/go-version" + packages = ["."] + revision = "257f7b9a7d87427c8d7f89469a5958d57f8abd7c" + +[[projects]] + name = "github.com/pmezard/go-difflib" + packages = ["difflib"] + revision = "d8ed2627bdf02c080bf22230dbb337003b7aba2d" + +[[projects]] + name = "github.com/stretchr/testify" + packages = [ + "assert", + "require" + ] + revision = "976c720a22c8eb4eb6a0b4348ad85ad12491a506" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "d37e90051cd58dd1f99f808626e82d64eac47f2b2334c6fcb9179bfcf2814622" + solver-name = "gps-cdcl" + solver-version = 1 diff --git a/vendor/code.gitea.io/git/Gopkg.toml b/vendor/code.gitea.io/git/Gopkg.toml new file mode 100644 index 0000000000..3e929271b3 --- /dev/null +++ b/vendor/code.gitea.io/git/Gopkg.toml @@ -0,0 +1,34 @@ +# Gopkg.toml +# +# 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/Unknwon/com" + branch = "master" + +[prune] + go-tests = true + unused-packages = true