Skip to content

Commit

Permalink
Merge pull request #24 from cisco-open/hh-network
Browse files Browse the repository at this point in the history
Update tb client version to not create primary vlan on topology creation
  • Loading branch information
hughwphamill authored Aug 25, 2023
2 parents 9b48bf7 + 471437f commit 1510d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cisco-open/terraform-provider-dcloud
go 1.18

require (
github.com/cisco-open/dcloud-tb-go-client v1.0.1
github.com/cisco-open/dcloud-tb-go-client v1.0.2
github.com/hashicorp/terraform-plugin-docs v0.13.0
github.com/hashicorp/terraform-plugin-log v0.7.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgI
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/cisco-open/dcloud-tb-go-client v1.0.1 h1:LqH/ekYj3o5+2a3q6b4kky0z44rgA/Ny41xAons2VbQ=
github.com/cisco-open/dcloud-tb-go-client v1.0.1/go.mod h1:D2t685+Qb+uOZWdKunNv5dgEUb/3UgfEE3wSa/V3nY4=
github.com/cisco-open/dcloud-tb-go-client v1.0.2 h1:Orvd4Cbbqqt/QXAXb3oSKilv9a++fUrZqkdFLVy3eG4=
github.com/cisco-open/dcloud-tb-go-client v1.0.2/go.mod h1:D2t685+Qb+uOZWdKunNv5dgEUb/3UgfEE3wSa/V3nY4=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 1510d69

Please sign in to comment.