Skip to content

Commit 18c6f02

Browse files
Update go-plantuml
1 parent f110e8e commit 18c6f02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/OhYee/goldmark-fenced_codeblock_extension v1.0.0
77
github.com/OhYee/goutils v1.1.0
8-
github.com/iessa-pragg-ctct/go-plantuml v0.1.1
8+
github.com/iessa-pragg-ctct/go-plantuml v0.1.2
99
github.com/yuin/goldmark v1.2.1
1010
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
1111
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ github.com/gorilla/handlers v1.4.1/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/
2929
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
3030
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
3131
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
32-
github.com/iessa-pragg-ctct/go-plantuml v0.1.1 h1:1pO7vhZIZIYMgZBjVHQJpbQN3ymBRh5bqqopn7w7180=
33-
github.com/iessa-pragg-ctct/go-plantuml v0.1.1/go.mod h1:7I2EzsoB1qDrZchnbLvzf3xvPgeiWVvuqR8nMMUCqXo=
32+
github.com/iessa-pragg-ctct/go-plantuml v0.1.2 h1:lyoemwyG07s0+lofQdhRPrR7gAVyQySmWv5umDncJ9s=
33+
github.com/iessa-pragg-ctct/go-plantuml v0.1.2/go.mod h1:7I2EzsoB1qDrZchnbLvzf3xvPgeiWVvuqR8nMMUCqXo=
3434
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
3535
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
3636
github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=

0 commit comments

Comments
 (0)