From d45d0b4e4534253d782cc6312d7edda43cca196d Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 3 Aug 2026 23:30:12 +0200 Subject: baseline: track the gomobile engine facade as-is mobile/mobile.go and its go.mod/go.sum additions were sitting untracked in the working tree. Recorded here unchanged so the work that follows has a diff baseline; no lines of it are modified by this commit. Also ignore the cmd/dlectio-gen build product and the SDD scratch dir. --- go.mod | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e2ba908..6c82929 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/lukaszkasprzak/lectio -go 1.24.0 +go 1.25.0 require ( github.com/charmbracelet/bubbletea v1.3.10 @@ -24,6 +24,12 @@ require ( github.com/muesli/termenv v0.16.0 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect - golang.org/x/sys v0.36.0 // indirect + golang.org/x/mobile v0.0.0-20260730202154-c700fe717e6e // indirect + golang.org/x/mod v0.38.0 // indirect + golang.org/x/sync v0.22.0 // indirect + golang.org/x/sys v0.47.0 // indirect golang.org/x/text v0.3.8 // indirect + golang.org/x/tools v0.48.0 // indirect ) + +tool golang.org/x/mobile/cmd/gobind -- cgit v1.3