Diego Romar
98ec64efd2
fix: resolve bind packages using build info instead of packages.Load
...
This fixes the 'unable to import bind' error when
gomobile-tvos-fork is installed via 'go install' and
used to build packages outside the fork's module context.
The fix uses debug.ReadBuildInfo() to determine where the fork is
installed (either in GOPATH/src or module cache) and constructs
paths to bind packages directly, avoiding the dependency on
packages.Load which requires packages to be in the current
module's dependency graph.
2026-01-29 11:06:16 -03:00
shuuri-labs and GitHub
a186bb8f1f
Merge pull request #5 from netbirdio/update-gobind-references
...
update references to gobind (now gobind-netbird)
2026-01-16 12:45:23 +01:00
Ashley Mensah
038e034b2c
update references to gobind (now gobind-netbird)
2026-01-16 12:44:57 +01:00
shuuri-labs and GitHub
36267450d6
Merge pull request #4 from netbirdio/merge-latest-upstream
...
Merge upstream golang.org/x/mobile changes
2026-01-15 11:32:56 +01:00
Ashley Mensah
436d79040f
Merge upstream golang.org/x/mobile changes
...
Updated dependencies to latest versions from upstream
2026-01-15 11:32:26 +01:00
shuuri-labs and GitHub
96ba43094a
Merge pull request #3 from netbirdio/update-description
...
Updated description text
2026-01-15 11:29:39 +01:00
Ashley Mensah
543a519937
Updated description text
2026-01-15 11:28:55 +01:00
shuuri-labs and GitHub
ac162179d5
Merge pull request #2 from netbirdio/update-binary-name-and-paths
...
Update module path and rename binaries to netbird-specific names
2026-01-15 11:18:16 +01:00
Ashley Mensah
a682d4b4eb
Update module path and rename binaries to netbird-specific names
...
- Changed module path from golang.org/x/mobile to github.com/netbirdio/gomobile-tvos-fork
- Renamed gomobile → gomobile-netbird
- Renamed gobind → gobind-netbird
- Updated all internal imports
- Updated README.md with new installation and usage instructions
2026-01-15 11:17:24 +01:00
shuuri-labs and GitHub
2e4933d7bb
Merge pull request #1 from netbirdio/feat/rewrite-readme
...
Wrote bespoke README.md
2025-12-12 19:18:21 +01:00
Ashley Mensah
765902559e
Wrote bespoke README.md
2025-12-12 19:17:56 +01:00
Ashley Mensah
82479a7010
Add Apple tvOS support
2025-12-02 12:57:22 +01:00
Caleb Jasik and Gopher Robot
5c265dc024
cmd/gomobile: pass -a build flag to go build command
...
The gomobile build command wraps "go build" and parses many build
flags including "-a", but it was not actually passing the "-a" flag
through to the underlying go build command.
The "-a" flag forces a rebuild of packages and dependencies, which
is useful for ensuring clean builds when needed.
Add the missing code to pass the "-a" flag through to the go build
command when buildA is true, matching the pattern used for other
build flags like "-x" and "-gcflags".
Fixes golang/go#76466 .
Change-Id: Icf4b8520611a22b1106d6bbd48e75072697b94a6
GitHub-Last-Rev: 92bbebf3e658de5b87675c10a0ca960ba18da7c5
GitHub-Pull-Request: golang/mobile#114
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/724360
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Cherry Mui <cherryyz@google.com >
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com >
2025-11-26 10:19:37 -08:00
Gopher Robot
a159579294
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Idbd7e763884636d55f8a6232fcbc1b69d8e606d6
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/720142
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: David Chase <drchase@google.com >
2025-11-13 10:41:15 -08:00
cuishuang and Gopher Robot
188f512ec8
all: fix some comments
...
Change-Id: Idd6568edd3910379c0d558fd79679dbdb589fab1
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/713082
Reviewed-by: David Chase <drchase@google.com >
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com >
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2025-10-21 08:11:56 -07:00
Gopher Robot
8baca8bf4e
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Ifdbea7d6839e42764302a724cfa270edec498179
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/710104
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: David Chase <drchase@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2025-10-09 07:59:31 -07:00
Gopher Robot
6912353760
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I9aa173472d2e4fa473db62bfdbe180633ae06b1e
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/702040
Auto-Submit: Gopher Robot <gobot@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: David Chase <drchase@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2025-09-11 01:50:28 -07:00
Gopher Robot
f12310a0cf
all: upgrade go directive to at least 1.24.0 [generated]
...
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy ).
For golang/go#69095 .
[git-generate]
(cd example/ivy && go get go@1.24 .0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)
(cd . && go get go@1.24 .0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)
Change-Id: I8ffd5cb5db1f3551a42787652d09b11a0f75c5c6
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/695418
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: David Chase <drchase@google.com >
2025-08-13 07:55:10 -07:00
Gopher Robot
395d808d53
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I4db05e8462d9487db3885e73c35c9945afbee462
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/694003
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Reviewed-by: David Chase <drchase@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-08-08 07:52:47 -07:00
Gopher Robot
d5bb5ecc55
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I3b596cf026073a7b222102df5f52a8757de6376c
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/687556
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: David Chase <drchase@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-07-11 11:56:24 -07:00
Gopher Robot
a2a15c67f3
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I6a7818fa8c394792210b206020093b415c87484e
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/679222
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: David Chase <drchase@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-06-05 20:30:58 -07:00
Iliya Lyan and Gopher Robot
a1d90793fc
all: replace deprecated io/ioutil package
...
Change-Id: Ie22fc00b1382fbf854ce5c2cd617bc9cb1e0c674
GitHub-Last-Rev: 3176a9fecffd48bad69493a188116a4f0961640d
GitHub-Pull-Request: golang/mobile#110
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/674035
Reviewed-by: David Chase <drchase@google.com >
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com >
Auto-Submit: Hajime Hoshi <hajimehoshi@gmail.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2025-05-20 11:05:27 -07:00
Gopher Robot
78cd7a343b
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: Ie9c5a8e8b88723773c5884317a7724771fdc0db8
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/670099
Reviewed-by: Cherry Mui <cherryyz@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-05-05 17:53:52 -07:00
Gopher Robot
978277e7ea
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I61af4d63aed7548220a58b231e0347f5c67004a5
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/663619
Auto-Submit: Gopher Robot <gobot@golang.org >
Reviewed-by: David Chase <drchase@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-04-08 06:37:29 -07:00
Gopher Robot
3a7bc9f8a4
go.mod: update golang.org/x dependencies
...
Update golang.org/x dependencies to their latest tagged versions.
Change-Id: I38d44c7d8e64e31452841c3901aad7a7604c6936
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/655042
Reviewed-by: David Chase <drchase@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Auto-Submit: Gopher Robot <gobot@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2025-03-05 13:28:54 -08:00