diff options
| -rw-r--r-- | go.mod | 4 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/asciidoctor-go -go 1.19 +go 1.20 -require github.com/shuLhan/share v0.50.1 +require github.com/shuLhan/share v0.51.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.50.1 h1:R4yDLdITKttJJhWJDeYvW1fA6FIEr2IMqvEn395JiaM= -github.com/shuLhan/share v0.50.1/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU= +github.com/shuLhan/share v0.51.0 h1:WPKRNNWnZPaVTi/o6nUdkAePek2Lbjz5baoq8MU1U+I= +github.com/shuLhan/share v0.51.0/go.mod h1:Zn0zwUdSuu7L2BKaYkVOXwbwxd5Kn6Y2bhohD9Tf0Sc= |
