diff options
author | Michael Muré <batolettre@gmail.com> | 2020-03-28 17:20:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 17:20:13 +0100 |
commit | 93f44cb0275cf487c2e01b18ae4cfa7f95a1cc78 (patch) | |
tree | fd6021bce4093e2a4ad8bec264288020ce3a880b /go.mod | |
parent | 390e66eb2b3a7088cdb8a44eeaf384fe691daf4a (diff) | |
parent | 3e4b1844e3c742f4cb61ab233840950e8157656e (diff) | |
download | git-bug-93f44cb0275cf487c2e01b18ae4cfa7f95a1cc78.tar.gz |
Merge pull request #362 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.29.0
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ require ( github.com/stretchr/testify v1.5.1 github.com/theckman/goconstraint v1.11.0 github.com/vektah/gqlparser v1.3.1 - github.com/xanzy/go-gitlab v0.27.0 + github.com/xanzy/go-gitlab v0.29.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 golang.org/x/sync v0.0.0-20190423024810-112230192c58 |