diff --git a/bind/java/seq_android.go.support b/bind/java/seq_android.go.support index a832292..1c6761b 100644 --- a/bind/java/seq_android.go.support +++ b/bind/java/seq_android.go.support @@ -18,7 +18,7 @@ import "C" import ( "unsafe" - "golang.org/x/mobile/bind/seq" + "github.com/netbirdio/gomobile-tvos-fork/bind/seq" ) // DestroyRef is called by Java to inform Go it is done with a reference. diff --git a/bind/objc/seq_darwin.go.support b/bind/objc/seq_darwin.go.support index 0b4e5de..a6c1192 100644 --- a/bind/objc/seq_darwin.go.support +++ b/bind/objc/seq_darwin.go.support @@ -21,7 +21,7 @@ import "C" import ( "unsafe" - "golang.org/x/mobile/bind/seq" + "github.com/netbirdio/gomobile-tvos-fork/bind/seq" ) // DestroyRef is called by Objective-C to inform Go it is done with a reference. diff --git a/bind/seq.go.support b/bind/seq.go.support index 392ec09..9fcdf0f 100644 --- a/bind/seq.go.support +++ b/bind/seq.go.support @@ -20,8 +20,8 @@ import ( "os/signal" "syscall" - _ "golang.org/x/mobile/bind/java" - _seq "golang.org/x/mobile/bind/seq" + _ "github.com/netbirdio/gomobile-tvos-fork/bind/java" + _seq "github.com/netbirdio/gomobile-tvos-fork/bind/seq" ) func init() {