diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-08 23:14:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-09 20:26:43 +0700 |
| commit | da3f7b22ecb75681814f22b708e05a5becb699f1 (patch) | |
| tree | 62d08dc2380da17dcf2643aff9e1e2505719cfad /go.mod | |
| parent | bad30877282ff2e584c49ea1a656bf0fa0f3b1fa (diff) | |
| download | ciigo-da3f7b22ecb75681814f22b708e05a5becb699f1.tar.xz | |
go.mod: update share module
Changes,
* lib/memfs: split handling deleted directory and file on DirWatcher
* lib/memfs: stop all Watcher spawn by DirWatcher
* lib/memfs: use second channel to stop goroutine in Watcher
* lib/memfs: do not return when mode changes in Node Update
* lib/memfs: remove embedding os.FileInfo and http.File
* lib/memfs: remove mocking os.Stat
* lib/memfs: refactoring, simplify DirWatcher logic
* lib/memfs: add test for DirWatcher with symlink to file
* email/dkim: set ExpiredAt to MaxInt64 if value is greater than 12 digits
* lib/json: make CodeQL pass when converting unicode point
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ go 1.20 require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 - github.com/shuLhan/share v0.50.1 + github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2 github.com/yuin/goldmark v1.6.0 github.com/yuin/goldmark-meta v1.1.0 ) |
