Skip to content

Commit

Permalink
fix: update cobra, gitlab, bitbucket libs
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Mar 13, 2022
1 parent 8db5b1c commit 1c5bd5f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 364 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ clean: ## Removes build artifacts from source code
@echo "Cleaning"
@rm -fr bin
@rm -fr vendor
for i in exec gitlab; do \
(cd $$i; rm -fr mocks) ;\
done
@echo

.PHONY: update-here
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ go 1.17
require (
github.com/fatih/color v1.13.0
github.com/google/go-github/v43 v43.0.0
github.com/ktrysmt/go-bitbucket v0.9.37
github.com/ktrysmt/go-bitbucket v0.9.39
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
github.com/xanzy/go-gitlab v0.55.1
github.com/xanzy/go-gitlab v0.59.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit 1c5bd5f

Please sign in to comment.