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.sum | |
| 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.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 h1:FGltprabRao/KSTbvM3OTbC6e0oXI/EJ8O60QAqrEu4= git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45/go.mod h1:q3YhUBXTOpM9HDfaTop6MVx2dc0p9idWJAfdpjbWJp4= -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.50.2-0.20231107202614-fdb1c05d62a2 h1:zqrtgvlwf/GvRiF2G/VdCekJLQRtbpOJ2AAwDA4661I= +github.com/shuLhan/share v0.50.2-0.20231107202614-fdb1c05d62a2/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU= github.com/yuin/goldmark v1.6.0 h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68= github.com/yuin/goldmark v1.6.0/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/yuin/goldmark-meta v1.1.0 h1:pWw+JLHGZe8Rk0EGsMVssiNb/AaPMHfSRszZeUeiOUc= |
