diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-19 17:33:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-19 17:33:52 +0700 |
| commit | 3e6990a67851f6dd8dc130d058323b807ca4e3d9 (patch) | |
| tree | 89138b9e77904a412aeb1f192e3d26a4389f2a24 /go.mod | |
| parent | 9cbac087519fe3c6aa1bed6d9de0b0e72c8c8b72 (diff) | |
| download | ciigo-3e6990a67851f6dd8dc130d058323b807ca4e3d9.tar.xz | |
go.mod: update share module to v0.37.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ go 1.16 require ( git.sr.ht/~shulhan/asciidoctor-go v0.2.0 - github.com/shuLhan/share v0.35.1-0.20220327104420-0c288a5880fb + github.com/shuLhan/share v0.37.0 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
