diff --git a/errors/errors.go b/errors/errors.go index ef8cea8..93892d3 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -4,7 +4,7 @@ import ( "fmt" "net/http" - api "github.com/storageos/go-api/autogenerated" + api "github.com/storageos/go-api/v2/autogenerated" ) // badRequestError indicates that the request made by the client is invalid. diff --git a/go.mod b/go.mod index b88e707..fef5bad 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/storageos/go-api +module github.com/storageos/go-api/v2 go 1.17