diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -5,6 +5,6 @@ module git.sr.ht/~shulhan/asciidoctor-go go 1.19 -require github.com/shuLhan/share v0.46.0 +require github.com/shuLhan/share v0.47.0 //replace github.com/shuLhan/share => ../share @@ -1,2 +1,2 @@ -github.com/shuLhan/share v0.46.0 h1:cF0Ngj7wVA6TIcdSmfrqxOwMB3hZ+4df5cJf4GGCun4= -github.com/shuLhan/share v0.46.0/go.mod h1:BhnIWJxq84BTOs3Z2gLFAN8ih9mBfhZbRIjqGupGJag= +github.com/shuLhan/share v0.47.0 h1:x4sV+k0xs58M7UVAFHDq2XLCfKtL9FgFWMYxWEeRTZE= +github.com/shuLhan/share v0.47.0/go.mod h1:6CZtyEil0G4CbeuGzS/0fj6GW+BkhkvfrkKb0QhMkuI= |
