Skip to content

Commit

Permalink
[bugfix] Fix DHCP Policies issue in mso_schema_template_bd on NDO 4.1+ (
Browse files Browse the repository at this point in the history
  • Loading branch information
sajagana authored Jul 26, 2023
1 parent dd52850 commit 4fcf175
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 101 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module github.com/terraform-providers/terraform-provider-mso
go 1.13

require (
github.com/ciscoecosystem/mso-go-client v1.18.1
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/ciscoecosystem/mso-go-client v1.19.0
github.com/hashicorp/terraform-plugin-sdk v1.17.1
github.com/zclconf/go-cty v1.8.1 // indirect
)
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.18.1 h1:z/Uc4hOFkoPytSYul5wDFDXH/lcJgYxeQJHnU4a1pC8=
github.com/ciscoecosystem/mso-go-client v1.18.1/go.mod h1:swAjH8WZGE4eeKpsNE4DtNzOdREFXI8SkerdbrXwZac=
github.com/ciscoecosystem/mso-go-client v1.19.0 h1:XsaBxNZDiDPx6lD6WPK48GWQIMo615u0HJKGm6IlL54=
github.com/ciscoecosystem/mso-go-client v1.19.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
Loading

0 comments on commit 4fcf175

Please sign in to comment.