diff --git a/client/network.go b/client/network.go index 906c67f..dfc7212 100644 --- a/client/network.go +++ b/client/network.go @@ -3,7 +3,7 @@ package client import ( "fmt" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // Network stores all methods and objects related to network. diff --git a/client/range.go b/client/range.go index c1654c7..a119482 100644 --- a/client/range.go +++ b/client/range.go @@ -3,7 +3,7 @@ package client import ( "fmt" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // Range stores all methods and objects related to range. diff --git a/client/record_a.go b/client/record_a.go index 70f41e8..5761c9b 100644 --- a/client/record_a.go +++ b/client/record_a.go @@ -5,7 +5,7 @@ import ( "log" "strings" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // RecordA stores all methods and objects related to record:a. diff --git a/client/record_cname.go b/client/record_cname.go index 9e26eb1..e7a5201 100644 --- a/client/record_cname.go +++ b/client/record_cname.go @@ -5,7 +5,7 @@ import ( "log" "strings" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // RecordCname stores all methods and objects related to record:cname. diff --git a/client/record_host.go b/client/record_host.go index 6008870..b5cdd23 100644 --- a/client/record_host.go +++ b/client/record_host.go @@ -5,7 +5,7 @@ import ( "log" "strings" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // RecordHost stores all methods and objects related to record:host. diff --git a/client/record_ptr.go b/client/record_ptr.go index 6f2245a..534c7d4 100644 --- a/client/record_ptr.go +++ b/client/record_ptr.go @@ -5,7 +5,7 @@ import ( "log" "strings" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // RecordPTR stores all methods and objects related to record:ptr. diff --git a/go.mod b/go.mod index b23ca5b..a7e6217 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tickemaster/infoblox-go-sdk +module github.com/ticketmaster/infoblox-go-sdk go 1.14 diff --git a/infoblox.go b/infoblox.go index e7340c0..b0488c7 100644 --- a/infoblox.go +++ b/infoblox.go @@ -8,8 +8,8 @@ import ( "reflect" "sync" - "github.com/tickemaster/infoblox-go-sdk/client" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/model" ) // Infoblox is a helper that includes all the clients. diff --git a/test/infoblox_test.go b/test/infoblox_test.go index 6bb04a7..1f80ac5 100644 --- a/test/infoblox_test.go +++ b/test/infoblox_test.go @@ -4,8 +4,8 @@ import ( "log" "testing" - "github.com/tickemaster/infoblox-go-sdk" - "github.com/tickemaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk" + "github.com/ticketmaster/infoblox-go-sdk/client" ) func TestInfobloxFetch(t *testing.T) { diff --git a/test/network_test.go b/test/network_test.go index e4ff339..bb4c701 100644 --- a/test/network_test.go +++ b/test/network_test.go @@ -3,7 +3,7 @@ package test import ( "testing" - "github.com/tickemaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/client" ) func TestFetchByNetwork(t *testing.T) { diff --git a/test/range_test.go b/test/range_test.go index d02770f..99d584c 100644 --- a/test/range_test.go +++ b/test/range_test.go @@ -3,7 +3,7 @@ package test import ( "testing" - "github.com/tickemaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/client" ) func TestFetchByRange(t *testing.T) { diff --git a/test/record_a_test.go b/test/record_a_test.go index b665d94..c553bea 100644 --- a/test/record_a_test.go +++ b/test/record_a_test.go @@ -4,8 +4,8 @@ import ( "log" "testing" - "github.com/tickemaster/infoblox-go-sdk/client" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/model" ) func TestCreateRecordA(t *testing.T) { diff --git a/test/record_cname_test.go b/test/record_cname_test.go index d0a6ea1..c63cc46 100644 --- a/test/record_cname_test.go +++ b/test/record_cname_test.go @@ -4,8 +4,8 @@ import ( "log" "testing" - "github.com/tickemaster/infoblox-go-sdk/client" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/model" ) func TestCreateRecordCname(t *testing.T) { diff --git a/test/record_host_test.go b/test/record_host_test.go index ea1cad1..ca199dc 100644 --- a/test/record_host_test.go +++ b/test/record_host_test.go @@ -4,8 +4,8 @@ import ( "log" "testing" - "github.com/tickemaster/infoblox-go-sdk/client" - "github.com/tickemaster/infoblox-go-sdk/model" + "github.com/ticketmaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/model" ) func TestCreateRecordHost(t *testing.T) { diff --git a/test/session_test.go b/test/session_test.go index e932d8f..1e0b8f1 100644 --- a/test/session_test.go +++ b/test/session_test.go @@ -4,7 +4,7 @@ import ( "log" "testing" - "github.com/tickemaster/infoblox-go-sdk/client" + "github.com/ticketmaster/infoblox-go-sdk/client" ) func TestCreateSession(t *testing.T) {