Skip to content

Commit d62e203

Browse files
committed
update go.mod and go.sum to use Go 1.23 and update dependencies
1 parent 43ed7ae commit d62e203

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/danielgatis/go-ansicode
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/danielgatis/go-iterator v0.0.1
7-
github.com/danielgatis/go-vte v1.0.8
7+
github.com/danielgatis/go-vte v1.0.9
88
github.com/stretchr/testify v1.9.0
99
)
1010

1111
require (
12-
github.com/danielgatis/go-utf8 v1.0.0 // indirect
12+
github.com/danielgatis/go-utf8 v1.0.1 // indirect
1313
github.com/davecgh/go-spew v1.1.1 // indirect
1414
github.com/pmezard/go-difflib v1.0.0 // indirect
1515
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
github.com/danielgatis/go-iterator v0.0.1 h1:pTptWDVAKzR0EUdtfmFMP3v+hSetqB091V9um1DTO8I=
22
github.com/danielgatis/go-iterator v0.0.1/go.mod h1:+gTbPAMdVIKwmqw7kr/mo5IFIzz2MFiRyYylcRvgbHs=
3-
github.com/danielgatis/go-utf8 v1.0.0 h1:M7z8heSUa2PF1NoxgD0X6LbOAqMskMf433lFP/Qtal0=
4-
github.com/danielgatis/go-utf8 v1.0.0/go.mod h1:h8SG9aqqV20w8tUD7maLYwfAeQzvjDXNP89oth2qOxM=
5-
github.com/danielgatis/go-vte v1.0.8 h1:ot/fnUB7dMag0lMurMCei4mjRI8KyxpLeA7lhTtdgTo=
6-
github.com/danielgatis/go-vte v1.0.8/go.mod h1:HBeSBT/XiLQRNEoYpBYrBeK2mSUkOfHvsVtb8LPmexQ=
3+
github.com/danielgatis/go-utf8 v1.0.1 h1:0tXC3eI9I+11X3DwF46Auqjcq1KrsQCQsaI8k/ymGhU=
4+
github.com/danielgatis/go-utf8 v1.0.1/go.mod h1:TGCny5E5wwT7AHD5cAj941LnjZLTqcHXlK4Zq0FqDPw=
5+
github.com/danielgatis/go-vte v1.0.9 h1:Y0w8Cwb4ivoOoVksNnmvwwA1LNEDEKWJgoSCYh/xj+Q=
6+
github.com/danielgatis/go-vte v1.0.9/go.mod h1:ITnFCD8DqOM9TPhxvxcGABmbcUfC1yJsb3e+l2NCKJQ=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)