diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-06-16 09:04:18 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-06-16 09:04:18 -0400 |
commit | 97ae5448781ec57fcd41b0c3296c781054a036cb (patch) | |
tree | 2117c7d8b51b181b84d2cd57c86e846f81d41a91 /go.mod | |
parent | 1d4667c825bb5d291070bd4463c39a16f950f674 (diff) | |
parent | f80910891e4fdb7f03d7993da25e48ccdecaecb7 (diff) | |
download | git-bug-97ae5448781ec57fcd41b0c3296c781054a036cb.tar.gz |
Merge branch 'master' into refactor/guarantee-test-cleanup
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -26,13 +26,12 @@ require ( github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v1.4.0 - github.com/stretchr/testify v1.7.1 + github.com/stretchr/testify v1.7.2 github.com/vektah/gqlparser/v2 v2.4.1 - github.com/xanzy/go-gitlab v0.64.0 + github.com/xanzy/go-gitlab v0.68.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 - golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 + golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a golang.org/x/text v0.3.7 - golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect ) |