Skip to content

Commit e1e2c6d

Browse files
committed
Update dependencies
1 parent fa539f6 commit e1e2c6d

File tree

7 files changed

+145
-8
lines changed

7 files changed

+145
-8
lines changed

v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/xyproto/burnpal v1.0.0 // indirect
5858
github.com/xyproto/env v1.9.1 // indirect
5959
github.com/xyproto/palgen v1.6.1 // indirect
60-
github.com/xyproto/syntax v1.14.0 // indirect
60+
github.com/xyproto/syntax v1.14.1 // indirect
6161
golang.org/x/net v0.53.0 // indirect
6262
golang.org/x/sys v0.43.0 // indirect
6363
golang.org/x/term v0.42.0 // indirect

v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/xyproto/orchideous v1.0.6 h1:DGtW9G4UMv+ytHEiVXacyZT3S4rhVymSTA9QWEi4
108108
github.com/xyproto/orchideous v1.0.6/go.mod h1:KzSShfPitun+d1zFnwWNlLry6T+G2DtTdEoQ/vrzvf8=
109109
github.com/xyproto/palgen v1.6.1 h1:TmVtbNZ6VAPzTBxFDFm0Fxk5Xw+NVdnl1xmJuvzFHsI=
110110
github.com/xyproto/palgen v1.6.1/go.mod h1:HOIPtsPHOgpGTSLifWenL1Q6C+Sq/QoC8REct5J8OPI=
111-
github.com/xyproto/syntax v1.14.0 h1:CSOI5wtUFYb3Vv9HDlXNvxi3rmEytJDsHcNGQHG5z7I=
112-
github.com/xyproto/syntax v1.14.0/go.mod h1:4WQ2QHa7M00VQzm1cj6sYFq8Gsyw7l28ClByb8byQaQ=
111+
github.com/xyproto/syntax v1.14.1 h1:YD5fNMnO/oUam9FM6Fr/rRCgd/aEEbwhOV5w9EjQRgE=
112+
github.com/xyproto/syntax v1.14.1/go.mod h1:4WQ2QHa7M00VQzm1cj6sYFq8Gsyw7l28ClByb8byQaQ=
113113
github.com/xyproto/termtitle v1.5.1 h1:L1I+6juzNQk+BsoPCYw2c+3unEv4pxQqcyIoO9Xb3qc=
114114
github.com/xyproto/termtitle v1.5.1/go.mod h1:U+yMnuL9ENDJy9+OCDEiEx01b7Uk6Zu6g1O22xY/rvQ=
115115
github.com/xyproto/usermodel v1.2.3 h1:yAjC5Hva0gbtc8fxHc7HC3SiZqe41hDzP6PBNm/F688=

v2/vendor/github.com/xyproto/syntax/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/vendor/github.com/xyproto/syntax/highlight.go

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

v2/vendor/github.com/xyproto/syntax/syntax.go

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

v2/vendor/github.com/xyproto/syntax/themes.go

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

v2/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ github.com/xyproto/orchideous
139139
# github.com/xyproto/palgen v1.6.1
140140
## explicit; go 1.16
141141
github.com/xyproto/palgen
142-
# github.com/xyproto/syntax v1.14.0
142+
# github.com/xyproto/syntax v1.14.1
143143
## explicit; go 1.25.1
144144
github.com/xyproto/syntax
145145
# github.com/xyproto/termtitle v1.5.1

0 commit comments

Comments
 (0)