diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-15 02:29:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-16 00:54:55 +0700 |
| commit | f054e03f6325cc0a7cacff56c8e12677718ad929 (patch) | |
| tree | 2c5cc630c713d2a90ac899cc94bbde822d2af0dd | |
| parent | 622bd72e6f2d3bd848963fc486fef1b39760e2ac (diff) | |
| download | awwan-f054e03f6325cc0a7cacff56c8e12677718ad929.tar.xz | |
go.mod: update share module
The update fix lib/memfs.Get with empty path.
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ go 1.20 require ( git.sr.ht/~shulhan/ciigo v0.10.1 github.com/evanw/esbuild v0.19.5 - github.com/shuLhan/share v0.50.2-0.20231113193528-0021f75d8abb + github.com/shuLhan/share v0.50.2-0.20231114192608-d648ac73198f ) require ( @@ -6,6 +6,8 @@ github.com/evanw/esbuild v0.19.5 h1:9ildZqajUJzDAwNf9MyQsLh2RdDRKTq3kcyyzhE39us= github.com/evanw/esbuild v0.19.5/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= github.com/shuLhan/share v0.50.2-0.20231113193528-0021f75d8abb h1:HOzRb9O17eqXo3QYy9cC0C43l1hjY4NqPcrCZyYeCKo= github.com/shuLhan/share v0.50.2-0.20231113193528-0021f75d8abb/go.mod h1:dUE7xqEzT8HZRy8vvfFzrFJ+6a6chXwaPmC4hYB68QU= +github.com/shuLhan/share v0.50.2-0.20231114192608-d648ac73198f h1:1V8DwK87Lq1h/Oqkba2XapUjHl06SEdaRcFh6iD48YM= +github.com/shuLhan/share v0.50.2-0.20231114192608-d648ac73198f/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= |
