Skip to content

Commit ffac2f6

Browse files
committed
chore(deps): add go-bitbucket client
Signed-off-by: Ushira Dineth <[email protected]>
1 parent 20074bd commit ffac2f6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/go-logr/logr v1.4.3
1414
github.com/go-task/slim-sprig/v3 v3.0.0
1515
github.com/google/go-github/v71 v71.0.0
16+
github.com/ktrysmt/go-bitbucket v0.9.87
1617
github.com/onsi/ginkgo/v2 v2.27.2
1718
github.com/onsi/gomega v1.38.2
1819
github.com/prometheus/client_golang v1.23.2
@@ -83,6 +84,7 @@ require (
8384
github.com/leodido/go-urn v1.4.0 // indirect
8485
github.com/mailru/easyjson v0.9.0 // indirect
8586
github.com/mattn/go-isatty v0.0.20 // indirect
87+
github.com/mitchellh/mapstructure v1.5.0 // indirect
8688
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8789
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8890
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)