Skip to content

Commit

Permalink
[bug_fix]Updated TLS version on mso-go-client and upsted the changes …
Browse files Browse the repository at this point in the history
…on provider.
  • Loading branch information
anvitha-jain authored and lhercot committed Mar 28, 2024
1 parent 0b3b139 commit 1ecc01b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/terraform-providers/terraform-provider-mso
go 1.13

require (
github.com/ciscoecosystem/mso-go-client v1.27.1
github.com/ciscoecosystem/mso-go-client v1.28.0
github.com/hashicorp/terraform-plugin-sdk v1.17.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ github.com/cheggaaa/pb v1.0.27/go.mod h1:pQciLPpbU0oxA0h+VJYYLxO+XeDQb5pZijXscXH
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/ciscoecosystem/mso-go-client v1.27.1 h1:5aGcz+hsdCAjBr/PTE+riS4SX7nRjyujHp1T9m6ExX4=
github.com/ciscoecosystem/mso-go-client v1.27.1/go.mod h1:swAjH8WZGE4eeKpsNE4DtNzOdREFXI8SkerdbrXwZac=
github.com/ciscoecosystem/mso-go-client v1.28.0 h1:emChcBkEB6yTMZLBST1LGBGcVQ6buGRo9ntdfbuRr/s=
github.com/ciscoecosystem/mso-go-client v1.28.0/go.mod h1:swAjH8WZGE4eeKpsNE4DtNzOdREFXI8SkerdbrXwZac=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ github.com/aws/aws-sdk-go/service/sts/stsiface
github.com/bgentry/go-netrc/netrc
# github.com/bgentry/speakeasy v0.1.0
github.com/bgentry/speakeasy
# github.com/ciscoecosystem/mso-go-client v1.27.1
# github.com/ciscoecosystem/mso-go-client v1.28.0
github.com/ciscoecosystem/mso-go-client/client
github.com/ciscoecosystem/mso-go-client/container
github.com/ciscoecosystem/mso-go-client/models
Expand Down

0 comments on commit 1ecc01b

Please sign in to comment.