diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-07 13:36:05 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-07-07 13:36:05 +0200 |
commit | 7a336e95b19f222e77df37284ebd2ecbcc691625 (patch) | |
tree | a834d9021231942b279469eb308fd7f8f838fade | |
parent | eef7333243252ae81cd43921beb8e0749a170585 (diff) | |
download | git-bug-7a336e95b19f222e77df37284ebd2ecbcc691625.tar.gz |
Update Gopkg.lock and Gopkg.tml
-rw-r--r-- | Gopkg.lock | 9 | ||||
-rw-r--r-- | Gopkg.toml | 6 |
2 files changed, 14 insertions, 1 deletions
@@ -43,6 +43,14 @@ version = "v1.0.0" [[projects]] + digest = "1:b6d886569181ec96ca83d529f4d6ba0cbf92ace7bb6f633f90c5f34d9bba7aab" + name = "github.com/blang/semver" + packages = ["."] + pruneopts = "UT" + revision = "ba2c2ddd89069b46a7011d4106f6868f17ee1705" + version = "v3.6.1" + +[[projects]] branch = "master" digest = "1:f438d91be142877c3ad83157992c91de787ddfbddcc2a7da1ef6ef61606cadc4" name = "github.com/cheekybits/genny" @@ -442,6 +450,7 @@ "github.com/99designs/gqlgen/graphql/introspection", "github.com/99designs/gqlgen/handler", "github.com/MichaelMure/gocui", + "github.com/blang/semver", "github.com/cheekybits/genny/generic", "github.com/dustin/go-humanize", "github.com/fatih/color", @@ -66,4 +66,8 @@ [[override]] name = "golang.org/x/tools" - revision = "7e5bf9270d7061560865b8847c378236480f47e3"
\ No newline at end of file + revision = "7e5bf9270d7061560865b8847c378236480f47e3" + +[[constraint]] + name = "github.com/blang/semver" + version = "3.6.1" |