Skip to content

Commit

Permalink
Merge pull request #20 from den-rgb/OCM-3963
Browse files Browse the repository at this point in the history
OCM-3953 | feat: Updating OCM common to aws sdk go v2
  • Loading branch information
ciaranRoche authored Nov 14, 2023
2 parents 5ff0909 + b4c8d68 commit 9c5e842
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 662 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/openshift-online/ocm-common
go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.22.2
github.com/aws/aws-sdk-go-v2/service/iam v1.27.1
github.com/hashicorp/go-version v1.6.0
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.8
)

require github.com/jmespath/go-jmespath v0.4.0 // indirect
require (
github.com/aws/smithy-go v1.16.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

require (
github.com/aws/aws-sdk-go v1.45.26
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/glog v1.0.0 // 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/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 9c5e842

Please sign in to comment.