forked from Silverfish/proton-bridge
Other(chore): Bump major version to v3
This commit is contained in:
@ -20,7 +20,7 @@ package events
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/ProtonMail/proton-bridge/v2/internal/logging"
|
||||
"github.com/ProtonMail/proton-bridge/v3/internal/logging"
|
||||
)
|
||||
|
||||
type UserAddressCreated struct {
|
||||
|
||||
@ -20,7 +20,7 @@ package events
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/ProtonMail/proton-bridge/v2/internal/logging"
|
||||
"github.com/ProtonMail/proton-bridge/v3/internal/logging"
|
||||
)
|
||||
|
||||
type UserLabelCreated struct {
|
||||
|
||||
@ -20,7 +20,7 @@ package events
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/ProtonMail/proton-bridge/v2/internal/updater"
|
||||
"github.com/ProtonMail/proton-bridge/v3/internal/updater"
|
||||
)
|
||||
|
||||
// UpdateLatest is published when the latest version of bridge is known.
|
||||
|
||||
@ -20,7 +20,7 @@ package events
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/ProtonMail/proton-bridge/v2/internal/vault"
|
||||
"github.com/ProtonMail/proton-bridge/v3/internal/vault"
|
||||
)
|
||||
|
||||
type AllUsersLoaded struct {
|
||||
|
||||
Reference in New Issue
Block a user