Skip to content

Commit

Permalink
OCM-2373 | feat: Moved get role associated functions to common lib
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb committed Oct 17, 2023
1 parent f1f61c8 commit aa6f271
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 139 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ require (
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/openshift-online/ocm-sdk-go v0.1.370 // indirect
github.com/openshift/rosa v1.2.28
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
Expand Down
Loading

0 comments on commit aa6f271

Please sign in to comment.