Skip to content

Commit

Permalink
Upgrade go-gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jul 14, 2019
1 parent e0f9619 commit 5e4f34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Expand Up @@ -2,8 +2,6 @@ module github.com/sue445/gitpanda

go 1.12

require github.com/xanzy/go-gitlab v0.18.1-0.20190628060639-ddd10fba4fb3

require (
github.com/aws/aws-lambda-go v1.11.1
github.com/aws/aws-sdk-go v1.20.20
Expand All @@ -15,6 +13,7 @@ require (
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
github.com/nlopes/slack v0.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/xanzy/go-gitlab v0.19.0
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Expand Up @@ -37,6 +37,9 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/xanzy/go-gitlab v0.18.1-0.20190628060639-ddd10fba4fb3 h1:HhPMiF4qdGP3KGUYqhN/2TkhfcPrBNmmhMpzes3qfl4=
github.com/xanzy/go-gitlab v0.18.1-0.20190628060639-ddd10fba4fb3/go.mod h1:LSfUQ9OPDnwRqulJk2HcWaAiFfCzaknyeGvjQI67MbE=
github.com/xanzy/go-gitlab v0.19.0 h1:WHw/JqUiQ82itbuB4IDS4AgTy8RQ0CBrbfljq65pJCo=
github.com/xanzy/go-gitlab v0.19.0/go.mod h1:LSfUQ9OPDnwRqulJk2HcWaAiFfCzaknyeGvjQI67MbE=
github.com/xanzy/go-gitlab v0.19.1-0.20190628060639-ddd10fba4fb3/go.mod h1:LSfUQ9OPDnwRqulJk2HcWaAiFfCzaknyeGvjQI67MbE=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181108082009-03003ca0c849 h1:FSqE2GGG7wzsYUsWiQ8MZrvEd1EOyU3NCF0AW3Wtltg=
Expand Down

0 comments on commit 5e4f34f

Please sign in to comment.