Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'go-sdk-corefromv4tov5' of github.com:IBM/networking-go-…
Browse files Browse the repository at this point in the history
…sdk into sdkCore
kennburger committed Oct 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents f5f9c47 + 496340d commit 1b71e18
Showing 29 changed files with 33 additions and 53 deletions.
2 changes: 1 addition & 1 deletion cachingapiv1/caching_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/cachingapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion cisipapiv1/cis_ip_api_v1.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/IBM/go-sdk-core/v4/core"
"github.com/IBM/go-sdk-core/v5/core"
common "github.com/IBM/networking-go-sdk/common"
"net/http"
"reflect"
4 changes: 2 additions & 2 deletions cisipapiv1/cis_ip_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/cisipapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/IBM/networking-go-sdk/cisipapiv1"
)

const configFile = "../cis.env"
2 changes: 1 addition & 1 deletion custompagesv1/custom_pages_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/custompagesv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion dnsrecordbulkv1/dns_record_bulk_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import (
"os"
"strings"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/IBM/networking-go-sdk/dnsrecordbulkv1"
"github.com/IBM/networking-go-sdk/dnsrecordsv1"
"github.com/joho/godotenv"
2 changes: 1 addition & 1 deletion dnsrecordsv1/dns_records_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import (
"os"
"strings"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/dnsrecordsv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion filtersv1/filters_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"os"
"strconv"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/filtersv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/firewallaccessrulesv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion firewallapiv1/firewall_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/firewallapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion firewallrulesv1/firewall_rules_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import (
"os"
"strconv"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/globalloadbalancereventsv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/IBM/networking-go-sdk/globalloadbalancereventsv1"
)

const configFile = "../cis.env"
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
"strconv"
"strings"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/IBM/networking-go-sdk/globalloadbalancermonitorv1"
. "github.com/IBM/networking-go-sdk/globalloadbalancerpoolsv0"
"github.com/joho/godotenv"
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
"strconv"
"strings"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/IBM/networking-go-sdk/globalloadbalancermonitorv1"
"github.com/IBM/networking-go-sdk/globalloadbalancerpoolsv0"
. "github.com/IBM/networking-go-sdk/globalloadbalancerv1"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/IBM/networking-go-sdk
go 1.14

require (
github.com/IBM/go-sdk-core/v5 v5.6.0
github.com/IBM/go-sdk-core/v5 v5.6.5
github.com/go-openapi/strfmt v0.20.1
github.com/google/uuid v1.1.1
github.com/joho/godotenv v1.3.0
24 changes: 2 additions & 22 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/IBM/go-sdk-core/v5 v5.4.5 h1:fP/SLOMxRzhHaqS+I5XN+1CWrAAWn8fdzWuZvbR5KxE=
github.com/IBM/go-sdk-core/v5 v5.4.5/go.mod h1:Sn+z+qTDREQvCr+UFa22TqqfXNxx3o723y8GsfLV8e0=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/IBM/go-sdk-core/v5 v5.6.0 h1:sb1oZqfUnXgbtaAGgfAntm/nQ8u7qQ7bqngPUN2aoyI=
github.com/IBM/go-sdk-core/v5 v5.6.0/go.mod h1:tt/B9rxLkRtglE7pvqLuYikgCXaZFL3btdruJaoUeek=
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg=
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48=
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=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/form3tech-oss/jwt-go v3.2.1+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=
github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94=
github.com/go-openapi/errors v0.19.8 h1:doM+tQdZbUm9gydV9yR+iQNmztbjj7I3sW4sIcAwIzc=
github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
github.com/go-openapi/strfmt v0.19.10/go.mod h1:qBBipho+3EoIqn6YDI+4RnQEtj6jT/IdKm+PAlXxSUc=
github.com/go-openapi/strfmt v0.20.1 h1:1VgxvehFne1mbChGeCmZ5pc0LxUf6yaACVSIYAR91Xc=
github.com/go-openapi/strfmt v0.20.1/go.mod h1:43urheQI9dNtE5lTZQfuFJvjYJKPrxicATpEfZwHUNk=
github.com/go-playground/locales v0.12.1/go.mod h1:IUMDtCfWo/w/mtMfIE/IG2K+Ey3ygWanZIBtBW0W2TM=
github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=
github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8=
github.com/go-playground/universal-translator v0.16.0/go.mod h1:1AnU7NaIRDWWzGEKwgtJRd2xk99HeFyHw3yid4rvQIY=
github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
@@ -54,10 +46,6 @@ github.com/gobuffalo/packd v0.1.0/go.mod h1:M2Juc+hhDXf/PnmBANFCqx4DM3wRbgDvnVWe
github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGtJQZ0Odn4pQ=
github.com/gobuffalo/packr/v2 v2.2.0/go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0=
github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754/go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw=
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
github.com/golang-jwt/jwt/v4 v4.1.0 h1:XUgk2Ex5veyVFVeLm0xhusUTQybEbexJXrvPNOKkSY0=
github.com/golang-jwt/jwt/v4 v4.1.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
@@ -100,7 +88,6 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
@@ -134,7 +121,6 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
@@ -145,16 +131,12 @@ github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhV
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I=
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y=
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
go.mongodb.org/mongo-driver v1.4.2/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc=
go.mongodb.org/mongo-driver v1.5.1 h1:9nOVLGDfOaZ9R0tBumx/BcuqkbFpyTCU2r/Po7A2azI=
go.mongodb.org/mongo-driver v1.5.1/go.mod h1:gRXCHX4Jo7J0IJ1oDQyUxF7jfy19UfxniMS4xxMmUqw=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190422162423-af44ce270edf/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -205,14 +187,12 @@ google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyz
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
gopkg.in/go-playground/assert.v1 v1.2.1 h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=
gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE=
gopkg.in/go-playground/validator.v9 v9.30.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ=
gopkg.in/go-playground/validator.v9 v9.31.0 h1:bmXmP2RSNtFES+bn4uYuHT7iJFJv7Vj+an+ZQdDaD1M=
gopkg.in/go-playground/validator.v9 v9.31.0/go.mod h1:+c9/zcJMFNgbLvly1L1V+PpxWdVbfP1avr/N00E2vyQ=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
2 changes: 1 addition & 1 deletion pageruleapiv1/page_rule_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/pageruleapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/rangeapplicationsv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion routingv1/routing_v1__integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/routingv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/securityeventsapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (
"os"
"time"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/sslcertificateapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/useragentblockingrulesv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion wafapiv1/waf_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/wafapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/wafrulegroupsapiv1"
"github.com/IBM/networking-go-sdk/wafrulepackagesapiv1"
"github.com/joho/godotenv"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/wafrulepackagesapiv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion wafrulesapiv1/waf_rules_api_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
"github.com/IBM/networking-go-sdk/wafrulepackagesapiv1"
. "github.com/IBM/networking-go-sdk/wafrulesapiv1"
"github.com/joho/godotenv"
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/zonefirewallaccessrulesv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion zonelockdownv1/zone_lockdown_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/zonelockdownv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
2 changes: 1 addition & 1 deletion zoneratelimitsv1/zone_rate_limits_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import (
"fmt"
"os"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/zoneratelimitsv1"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
4 changes: 2 additions & 2 deletions zonesv1/zones_v1_integration_test.go
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@ import (
"os"
"strings"

"github.com/IBM/go-sdk-core/core"
"github.com/IBM/go-sdk-core/v5/core"
. "github.com/IBM/networking-go-sdk/zonesv1"
guuid "github.com/google/uuid"
"github.com/joho/godotenv"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/IBM/networking-go-sdk/zonesv1"
)

const configFile = "../cis.env"

0 comments on commit 1b71e18

Please sign in to comment.