diff options
author | Michael Muré <batolettre@gmail.com> | 2022-08-21 12:13:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 12:13:31 +0200 |
commit | ec4d34c57c2d7bf40fc50b32e13e6e608f31735c (patch) | |
tree | bcab9823d9424591c8762b71af4084c16f58366e /go.mod | |
parent | 43026fc53669d462a60feec7d22aec090959be72 (diff) | |
parent | ed15a4203a7b9945eb369691a7b02950c9a55178 (diff) | |
download | git-bug-ec4d34c57c2d7bf40fc50b32e13e6e608f31735c.tar.gz |
Merge pull request #841 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.72.0
build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -26,9 +26,9 @@ require ( github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.8.0 github.com/vektah/gqlparser/v2 v2.4.6 - github.com/xanzy/go-gitlab v0.68.0 + github.com/xanzy/go-gitlab v0.72.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 - golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 + golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab golang.org/x/text v0.3.7 @@ -92,14 +92,11 @@ require ( github.com/willf/bitset v1.1.10 // indirect github.com/xanzy/ssh-agent v0.3.0 // indirect go.etcd.io/bbolt v1.3.5 // indirect - golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect - golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect + golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect - golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect - golang.org/x/tools v0.1.10 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.28.0 // indirect + google.golang.org/protobuf v1.28.1 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect |