Skip to content

Commit

Permalink
Latest (migrated) dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartyjohn committed Aug 11, 2023
1 parent 179e2bd commit b0c3eff
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions composite_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"testing"
"time"

"github.com/smartystreets/assertions/should"
"github.com/smartystreets/gunit"
"github.com/smarty/assertions/should"
"github.com/smarty/gunit"
)

func TestCompositeListenerFixture(t *testing.T) {
Expand Down Expand Up @@ -77,7 +77,7 @@ func (this *FakeForCompositeListener) Close() {
this.closeCalls++
}

////////////////////////////////////////////////////////////////////////////////
// //////////////////////////////////////////////////////////////////////////////
func utcNow() time.Time {
return time.Now().UTC()
}
4 changes: 2 additions & 2 deletions composite_wait_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"testing"
"time"

"github.com/smartystreets/assertions/should"
"github.com/smartystreets/gunit"
"github.com/smarty/assertions/should"
"github.com/smarty/gunit"
)

func TestCompositeWaitListenerFixture(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/smartystreets/listeners
go 1.18

require (
github.com/smartystreets/assertions v1.2.0
github.com/smartystreets/gunit v1.4.2
github.com/smarty/assertions v1.15.1
github.com/smarty/gunit v1.5.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=
github.com/smartystreets/assertions v1.2.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
github.com/smartystreets/gunit v1.4.2 h1:tyWYZffdPhQPfK5VsMQXfauwnJkqg7Tv5DLuQVYxq3Q=
github.com/smartystreets/gunit v1.4.2/go.mod h1:ZjM1ozSIMJlAz/ay4SG8PeKF00ckUp+zMHZXV9/bvak=
github.com/smarty/assertions v1.15.1 h1:812oFiXI+G55vxsFf+8bIZ1ux30qtkdqzKbEFwyX3Tk=
github.com/smarty/assertions v1.15.1/go.mod h1:yABtdzeQs6l1brC900WlRNwj6ZR55d7B+E8C6HtKdec=
github.com/smarty/gunit v1.5.0 h1:OmG6a/rgi7qCjlQis6VjXbvx/WqZ8I6xSlbfN4YB5MY=
github.com/smarty/gunit v1.5.0/go.mod h1:uAeNibUD292KZRcg5OTy7lb6WR5++UC0BQOzNuiRzpU=
4 changes: 2 additions & 2 deletions serial_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"testing"
"time"

"github.com/smartystreets/assertions/should"
"github.com/smartystreets/gunit"
"github.com/smarty/assertions/should"
"github.com/smarty/gunit"
)

func TestSerialListenerFixture(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions shutdown_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"os"
"testing"

"github.com/smartystreets/assertions/should"
"github.com/smartystreets/gunit"
"github.com/smarty/assertions/should"
"github.com/smarty/gunit"
)

func TestShutdownListenerFixture(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions wait_group_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"sync"
"testing"

"github.com/smartystreets/assertions/should"
"github.com/smartystreets/gunit"
"github.com/smarty/assertions/should"
"github.com/smarty/gunit"
)

func TestWaitGroupListenerFixture(t *testing.T) {
Expand Down

0 comments on commit b0c3eff

Please sign in to comment.