Skip to content

Commit 5c9688e

Browse files
authored
Merge pull request #13 from myuron/fix/update-go-1.26.1
update Go 1.25.7 → 1.26.1 to fix stdlib vulnerabilities
2 parents 5bca2df + 881f3f9 commit 5c9688e

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

flake.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
go
6969
gotools
7070
golangci-lint
71-
gomarkdoc
71+
7272
];
7373
};
7474
}

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
module github.com/myuron/graftx
22

3-
go 1.25.7
3+
go 1.26.1
44

5-
require github.com/jroimartin/gocui v0.5.0
5+
require (
6+
github.com/jroimartin/gocui v0.5.0
7+
github.com/mattn/go-runewidth v0.0.16
8+
)
69

710
require (
8-
github.com/mattn/go-runewidth v0.0.16 // indirect
911
github.com/nsf/termbox-go v1.1.1 // indirect
1012
github.com/rivo/uniseg v0.4.7 // indirect
1113
)

0 commit comments

Comments
 (0)