Skip to content

Commit

Permalink
Bump github.com/IBM/networking-go-sdk from 0.46.1 to 0.47.1 (#283)
Browse files Browse the repository at this point in the history
Signed-off-by: Ola Saadi <ola.saadi1@ibm.com>
  • Loading branch information
olasaadi99 authored Jun 26, 2024
1 parent f739144 commit fd1a702
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.2
require (
github.com/IBM-Cloud/container-services-go-sdk v0.0.0-20240510130133-9f76aa34af27
github.com/IBM/go-sdk-core/v5 v5.17.3
github.com/IBM/networking-go-sdk v0.46.1
github.com/IBM/networking-go-sdk v0.47.1
github.com/IBM/platform-services-go-sdk v0.64.1
github.com/IBM/vpc-go-sdk v0.52.0
github.com/aws/aws-sdk-go-v2/config v1.27.21
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/IBM-Cloud/container-services-go-sdk v0.0.0-20240510130133-9f76aa34af2
github.com/IBM/go-sdk-core/v5 v5.5.1/go.mod h1:Sn+z+qTDREQvCr+UFa22TqqfXNxx3o723y8GsfLV8e0=
github.com/IBM/go-sdk-core/v5 v5.17.3 h1:CZSVCKzhQc/hRQZOtuEmi9dlNtWMnxJvOsPtQKP7cZ4=
github.com/IBM/go-sdk-core/v5 v5.17.3/go.mod h1:GatGZpxlo1KaxiRN6E10/rNgWtUtx1hN/GoHSCaSPKA=
github.com/IBM/networking-go-sdk v0.46.1 h1:DnnLR7YDJQRE38/nIeeD7PaKyxpoiIe/aW7NP6bcPHM=
github.com/IBM/networking-go-sdk v0.46.1/go.mod h1:yF4XStkswGgVwQVqPUk6b4YTP0dVap52q8HDYwY4gXQ=
github.com/IBM/networking-go-sdk v0.47.1 h1:Zqqu9CrZ86jkjMyuIJtBLLOE0D7YtirxnlFyAngEfLw=
github.com/IBM/networking-go-sdk v0.47.1/go.mod h1:yF4XStkswGgVwQVqPUk6b4YTP0dVap52q8HDYwY4gXQ=
github.com/IBM/platform-services-go-sdk v0.64.1 h1:vyG/PYCNvMWZmK8ES1K5DrsoZAzZaq/y9dbtmGRYLJ8=
github.com/IBM/platform-services-go-sdk v0.64.1/go.mod h1:16nYqb16KRNSnBFVjHzI+9XfEWcooh0WxklA5VWUuzY=
github.com/IBM/vpc-go-sdk v0.52.0 h1:XZh28TQ0QXHZcHj6i269x/1fVfgJnv3B5e38fyr5aZo=
Expand Down
20 changes: 12 additions & 8 deletions pkg/ibm/datamodel/test/data/transit-gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -1624,12 +1624,13 @@
"load_balancers": [],
"transit_connections": [
{
"created_at": "2023-11-09T13:17:51.263Z",
"id": "id:156",
"name": "glob_connection1",
"network_id": "crn:17",
"network_type": "vpc",
"id": "id:156",
"created_at": "2023-11-09T13:17:51.263Z",
"prefix_filters_default": "permit",
"request_status": "approved",
"status": "attached",
"transit_gateway": {
"crn": "crn:157",
Expand All @@ -1639,12 +1640,13 @@
"updated_at": "2023-11-09T13:18:52.216Z"
},
{
"created_at": "2023-11-09T13:17:55.396Z",
"id": "id:159",
"name": "glob_connection2",
"network_id": "crn:164",
"network_type": "vpc",
"id": "id:159",
"created_at": "2023-11-09T13:17:55.396Z",
"prefix_filters_default": "permit",
"request_status": "approved",
"status": "attached",
"transit_gateway": {
"crn": "crn:157",
Expand All @@ -1654,12 +1656,13 @@
"updated_at": "2023-11-09T13:19:28.968Z"
},
{
"created_at": "2023-11-09T13:18:22.496Z",
"id": "id:160",
"name": "tg_connection1",
"network_id": "crn:17",
"network_type": "vpc",
"id": "id:160",
"created_at": "2023-11-09T13:18:22.496Z",
"prefix_filters_default": "permit",
"request_status": "approved",
"status": "attached",
"transit_gateway": {
"crn": "crn:161",
Expand All @@ -1669,12 +1672,13 @@
"updated_at": "2023-11-09T13:19:58.022Z"
},
{
"created_at": "2023-11-09T13:18:37.316Z",
"id": "id:163",
"name": "tg_connection2",
"network_id": "crn:30",
"network_type": "vpc",
"id": "id:163",
"created_at": "2023-11-09T13:18:37.316Z",
"prefix_filters_default": "permit",
"request_status": "approved",
"status": "attached",
"transit_gateway": {
"crn": "crn:161",
Expand Down

0 comments on commit fd1a702

Please sign in to comment.