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 | |
| parent | 9d8bb7a4699c8e34696535acd23c0ae4516adf6e (diff) | |
| download | ciigo-7f5909865d9595009bb6f6d8975d84bb3d8e369f.tar.xz | |
go.mod: update share module to version 0.43.0
| -rw-r--r-- | go.mod | 6 | ||||
| -rw-r--r-- | go.sum | 12 |
2 files changed, 9 insertions, 9 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 @@ -1,8 +1,8 @@ git.sr.ht/~shulhan/asciidoctor-go v0.3.2 h1:LePNUTKHKjrbaT/J53OOeefm+rU1yHl8je8F7FXh6DQ= git.sr.ht/~shulhan/asciidoctor-go v0.3.2/go.mod h1:eW61SyB6Yl9hrLjqqPRI3VW7wV9Jnzm2fePJscvx/PU= -github.com/shuLhan/share v0.41.0 h1:l6kdC+9g7HWnoxIDbE8uDgwjWLw2uKgNKrowB6D8DTc= -github.com/shuLhan/share v0.41.0/go.mod h1:cC9WPeieVTmmqASTwNRdYl6F5PEQdkR2ox7xY1pS6LI= -golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b h1:ZmngSVLe/wycRns9MKikG9OWIEjGcGAkacif7oYQaUY= -golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= -golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 h1:v6hYoSR9T5oet+pMXwUWkbiVqx/63mlHjefrHmxwfeY= -golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +github.com/shuLhan/share v0.43.0 h1:WEaMg7WIX6YAvDphQjbPSZqz/ubuotRtD7Fq4zGO8Wc= +github.com/shuLhan/share v0.43.0/go.mod h1:nus6RSASS+5P1ZUe89ciJZyp3v+IY1xqLdKwtnuGsaA= +golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 h1:1WGATo9HAhkWMbfyuVU0tEFP88OIkUvwaHFveQPvzCQ= +golang.org/x/net v0.0.0-20220907135653-1e95f45603a7/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= +golang.org/x/sys v0.0.0-20220908164124-27713097b956 h1:XeJjHH1KiLpKGb6lvMiksZ9l0fVUh+AmGcm0nOMEBOY= +golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
