diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 15:23:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 15:23:22 +0700 |
| commit | 7f5909865d9595009bb6f6d8975d84bb3d8e369f (patch) | |
| tree | ea0d32b342c9051a6ddbc76d5fcc0532b4d46984 /go.mod | |
| parent | 9d8bb7a4699c8e34696535acd23c0ae4516adf6e (diff) | |
| download | ciigo-7f5909865d9595009bb6f6d8975d84bb3d8e369f.tar.xz | |
go.mod: update share module to version 0.43.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,12 +7,12 @@ go 1.18 require ( git.sr.ht/~shulhan/asciidoctor-go v0.3.2 - github.com/shuLhan/share v0.41.0 + github.com/shuLhan/share v0.43.0 ) require ( - golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect - golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect + golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect + golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go |
