diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-03 23:30:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-03 23:30:12 +0200 |
| commit | d45d0b4e4534253d782cc6312d7edda43cca196d (patch) | |
| tree | 79a8e1c554d0a4960f9217b28986e3f6df2b2864 /go.mod | |
| parent | d7da4b09f7775276231d0241cfe2700d247728ee (diff) | |
| download | lectio-d45d0b4e4534253d782cc6312d7edda43cca196d.tar.gz lectio-d45d0b4e4534253d782cc6312d7edda43cca196d.zip | |
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.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
