Skip to content

Commit 2a94879

Browse files
committed
Update go.mod
1 parent 7772245 commit 2a94879

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2025 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2020-2026 Akinori Hattori <hattya@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.23.0
44

55
require (
66
github.com/hattya/go.diff v0.0.0-20250818133302-361d56c38ca8
7-
github.com/yuin/goldmark v1.7.13
7+
github.com/yuin/goldmark v1.7.16
88
github.com/yuin/goldmark-emoji v1.0.6
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/hattya/go.diff v0.0.0-20250818133302-361d56c38ca8 h1:ymWvO0HQcsIQ7p1chXUcEe9YNsPUDzZSPLMm6qwmoLs=
22
github.com/hattya/go.diff v0.0.0-20250818133302-361d56c38ca8/go.mod h1:AOXTk4ks7LSUxrhTSp2PoDTrAAq8yPTQ8XxOSmC2N40=
3-
github.com/yuin/goldmark v1.7.13 h1:GPddIs617DnBLFFVJFgpo1aBfe/4xcvMc3SB5t/D0pA=
4-
github.com/yuin/goldmark v1.7.13/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
3+
github.com/yuin/goldmark v1.7.16 h1:n+CJdUxaFMiDUNnWC3dMWCIQJSkxH4uz3ZwQBkAlVNE=
4+
github.com/yuin/goldmark v1.7.16/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
55
github.com/yuin/goldmark-emoji v1.0.6 h1:QWfF2FYaXwL74tfGOW5izeiZepUDroDJfWubQI9HTHs=
66
github.com/yuin/goldmark-emoji v1.0.6/go.mod h1:ukxJDKFpdFb5x0a5HqbdlcKtebh086iJpI31LTKmWuA=

0 commit comments

Comments
 (0)