diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-17 01:17:09 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-17 01:17:56 +0700 |
| commit | dee7b466fc31c481d1d9a167a6b1655c710c97bc (patch) | |
| tree | 8e5b98b1fa37305d2b37a79f462223fb9e5bed53 /go.mod | |
| parent | 06093ed39d7f1e4a7b0e49f9963d2ad2d108d3bd (diff) | |
| download | awwan-dee7b466fc31c481d1d9a167a6b1655c710c97bc.tar.xz | |
go.mod: update share module
The latest update on share module create file in lib/ini.Open when
file does not exist.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,17 +8,17 @@ 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.20231114192608-d648ac73198f + github.com/shuLhan/share v0.50.2-0.20231116170601-cbe11eddc3c2 ) require ( git.sr.ht/~shulhan/asciidoctor-go v0.5.1-0.20231105052733-3d54e38bac45 // indirect github.com/yuin/goldmark v1.6.0 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.14.0 // indirect - golang.org/x/net v0.17.0 // indirect + golang.org/x/crypto v0.15.0 // indirect + golang.org/x/net v0.18.0 // indirect golang.org/x/sys v0.14.0 // indirect - golang.org/x/term v0.13.0 // indirect + golang.org/x/term v0.14.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
