diff options
author | Michael Muré <batolettre@gmail.com> | 2020-10-29 20:50:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 20:50:08 +0100 |
commit | 64efbf7c08691d50151142c5faef4877670b5bc5 (patch) | |
tree | 029320e92d9f9a8b3b7c89d4d57d731a6107366a /go.mod | |
parent | c40293a77bbae3927fbb1057226724ecda2e598f (diff) | |
parent | d7a77b43f0faf3283d8b04d911153523177603be (diff) | |
download | git-bug-64efbf7c08691d50151142c5faef4877670b5bc5.tar.gz |
Merge pull request #482 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.39.0
build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/spf13/cobra v1.1.1 github.com/stretchr/testify v1.6.1 github.com/vektah/gqlparser v1.3.1 - github.com/xanzy/go-gitlab v0.38.2 + github.com/xanzy/go-gitlab v0.39.0 github.com/xanzy/ssh-agent v0.3.0 // indirect golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect |