Skip to content

Commit f026436

Browse files
chore: moving to v4 (#488)
* chore: moving to v4 * chore: update readme with v4
1 parent 6d5850a commit f026436

File tree

180 files changed

+125
-3416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+125
-3416
lines changed

README.md

Lines changed: 2 additions & 2 deletions

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/sendgrid/sendgrid-go/client/form"
14+
"github.com/sendgrid/sendgrid-go/v4/client/form"
1515
)
1616

1717
var alphanumericRegex *regexp.Regexp

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sendgrid/sendgrid-go
1+
module github.com/sendgrid/sendgrid-go/v4
22

33
go 1.21.4
44

rest/api/v3/account_provisioning/README.md

Lines changed: 1 addition & 1 deletion

rest/api/v3/account_provisioning/api_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package openapi
1515

1616
import (
17-
sendgrid "github.com/sendgrid/sendgrid-go/client"
17+
sendgrid "github.com/sendgrid/sendgrid-go/v4/client"
1818
)
1919

2020
type ApiService struct {

rest/api/v3/alerts/README.md

Lines changed: 1 addition & 1 deletion

rest/api/v3/alerts/api_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package openapi
1515

1616
import (
17-
sendgrid "github.com/sendgrid/sendgrid-go/client"
17+
sendgrid "github.com/sendgrid/sendgrid-go/v4/client"
1818
)
1919

2020
type ApiService struct {

rest/api/v3/api_keys/README.md

Lines changed: 1 addition & 1 deletion

rest/api/v3/api_keys/api_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
package openapi
1515

1616
import (
17-
sendgrid "github.com/sendgrid/sendgrid-go/client"
17+
sendgrid "github.com/sendgrid/sendgrid-go/v4/client"
1818
)
1919

2020
type ApiService struct {

rest/api/v3/domain_authentication/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)