summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 8 insertions, 2 deletions
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