diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-09 14:29:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-09 14:29:50 +0700 |
| commit | 837b649ab028559e135f689a6886d90f50bb2b06 (patch) | |
| tree | d395a8a78e62210d6302c35b360d196e317600c6 /go.mod | |
| parent | 3abcac697bc8db7a75f763d8c6a78b1c8dea681d (diff) | |
| download | ciigo-837b649ab028559e135f689a6886d90f50bb2b06.tar.xz | |
all: update share module to v0.39.1-0.20220709072157-a39d5d2246f8
This changes update the embedded Go file on cmd/ciigo-example and
rename field Development on MemFS Options.
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.37.0 + github.com/shuLhan/share v0.39.1-0.20220709072157-a39d5d2246f8 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
