Update Gopkg.lock and Gopkg.tml

This commit is contained in:
Amine Hilaly 2019-07-07 13:36:05 +02:00
parent eef7333243
commit 7a336e95b1
No known key found for this signature in database
GPG Key ID: 3F4C54B792F211C1
2 changed files with 14 additions and 1 deletions

9
Gopkg.lock generated
View File

@ -42,6 +42,14 @@
revision = "3d21ba515fe27b856f230847e856431ae1724adc"
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"
@ -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",

View File

@ -66,4 +66,8 @@
[[override]]
name = "golang.org/x/tools"
revision = "7e5bf9270d7061560865b8847c378236480f47e3"
revision = "7e5bf9270d7061560865b8847c378236480f47e3"
[[constraint]]
name = "github.com/blang/semver"
version = "3.6.1"