Skip to content

Commit 3302b6f

Browse files
committed
Point to newly migrated dependencies.
1 parent 12509d8 commit 3302b6f

34 files changed

+72
-71
lines changed

coordinate_license_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package sdk
33
import (
44
"testing"
55

6-
"github.com/smartystreets/assertions/should"
7-
"github.com/smartystreets/gunit"
6+
"github.com/smarty/assertions/should"
7+
"github.com/smarty/gunit"
88
)
99

1010
func TestCoordinateLicenseFixture(t *testing.T) {

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/smartystreets/smartystreets-go-sdk
33
go 1.13
44

55
require (
6-
github.com/smartystreets/assertions v1.2.0
7-
github.com/smartystreets/gunit v1.4.2
6+
github.com/smarty/assertions v1.15.1
7+
github.com/smarty/gunit v1.5.0
88
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=
2-
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
3-
github.com/smartystreets/gunit v1.4.2 h1:tyWYZffdPhQPfK5VsMQXfauwnJkqg7Tv5DLuQVYxq3Q=
4-
github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak=
1+
github.com/smarty/assertions v1.15.1 h1:812oFiXI+G55vxsFf+8bIZ1ux30qtkdqzKbEFwyX3Tk=
2+
github.com/smarty/assertions v1.15.1/go.mod h1:yABtdzeQs6l1brC900WlRNwj6ZR55d7B+E8C6HtKdec=
3+
github.com/smarty/gunit v1.5.0 h1:OmG6a/rgi7qCjlQis6VjXbvx/WqZ8I6xSlbfN4YB5MY=
4+
github.com/smarty/gunit v1.5.0/go.mod h1:uAeNibUD292KZRcg5OTy7lb6WR5++UC0BQOzNuiRzpU=

http_status_error_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"net/http"
55
"testing"
66

7-
"github.com/smartystreets/assertions"
8-
"github.com/smartystreets/assertions/should"
7+
"github.com/smarty/assertions"
8+
"github.com/smarty/assertions/should"
99
)
1010

1111
func TestHTTPStatusError(t *testing.T) {

internal/sdk/base_url_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"net/url"
77
"testing"
88

9-
"github.com/smartystreets/assertions/should"
10-
"github.com/smartystreets/gunit"
9+
"github.com/smarty/assertions/should"
10+
"github.com/smarty/gunit"
1111
)
1212

1313
func TestBaseURLClientFixture(t *testing.T) {

internal/sdk/custom_header_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"net/http"
66
"testing"
77

8-
"github.com/smartystreets/assertions/should"
9-
"github.com/smartystreets/gunit"
8+
"github.com/smarty/assertions/should"
9+
"github.com/smarty/gunit"
1010
)
1111

1212
func TestCustomHeadersClientFixture(t *testing.T) {

internal/sdk/http_sender_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"net/http"
77
"testing"
88

9-
"github.com/smartystreets/assertions/should"
10-
"github.com/smartystreets/gunit"
9+
"github.com/smarty/assertions/should"
10+
"github.com/smarty/gunit"
1111
"github.com/smartystreets/smartystreets-go-sdk"
1212
)
1313

internal/sdk/keep_alive_close_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"strings"
88
"testing"
99

10-
"github.com/smartystreets/assertions/should"
11-
"github.com/smartystreets/gunit"
10+
"github.com/smarty/assertions/should"
11+
"github.com/smarty/gunit"
1212
)
1313

1414
func TestKeepAliveCloseClientFixture(t *testing.T) {

internal/sdk/license_client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"net/http"
66
"testing"
77

8-
"github.com/smartystreets/assertions/should"
9-
"github.com/smartystreets/gunit"
8+
"github.com/smarty/assertions/should"
9+
"github.com/smarty/gunit"
1010
)
1111

1212
func TestLicenseClientFixture(t *testing.T) {

internal/sdk/nop_credential_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"strings"
66
"testing"
77

8-
"github.com/smartystreets/assertions"
9-
"github.com/smartystreets/assertions/should"
8+
"github.com/smarty/assertions"
9+
"github.com/smarty/assertions/should"
1010
)
1111

1212
func TestNopCredentialDoesNothing(t *testing.T) {

0 commit comments

Comments
 (0)