build: add golang.org/x/mod dependency

This commit is contained in:
Mathis Maquenne
2026-07-30 11:30:08 +02:00
parent c544c9406c
commit cab49d2818
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ go 1.25.0
require (
github.com/spf13/cobra v1.10.2
github.com/zalando/go-keyring v0.2.8
golang.org/x/mod v0.38.0
golang.org/x/term v0.45.0
)