diff --git a/events_test/put_objects_up_for_resale_test.go b/events_test/put_objects_up_for_resale_test.go index 4cbeedb..a4f81b3 100644 --- a/events_test/put_objects_up_for_resale_test.go +++ b/events_test/put_objects_up_for_resale_test.go @@ -1,9 +1,9 @@ package events import ( - "github.com/seatsio/seatsio-go/v7" - "github.com/seatsio/seatsio-go/v7/events" - "github.com/seatsio/seatsio-go/v7/test_util" + "github.com/seatsio/seatsio-go/v8" + "github.com/seatsio/seatsio-go/v8/events" + "github.com/seatsio/seatsio-go/v8/test_util" "github.com/stretchr/testify/require" "testing" )