diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-19 17:33:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-19 17:33:52 +0700 |
| commit | 3e6990a67851f6dd8dc130d058323b807ca4e3d9 (patch) | |
| tree | 89138b9e77904a412aeb1f192e3d26a4389f2a24 | |
| parent | 9cbac087519fe3c6aa1bed6d9de0b0e72c8c8b72 (diff) | |
| download | ciigo-3e6990a67851f6dd8dc130d058323b807ca4e3d9.tar.xz | |
go.mod: update share module to v0.37.0
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ go 1.16 require ( git.sr.ht/~shulhan/asciidoctor-go v0.2.0 - github.com/shuLhan/share v0.35.1-0.20220327104420-0c288a5880fb + github.com/shuLhan/share v0.37.0 ) //replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go @@ -1,8 +1,8 @@ git.sr.ht/~shulhan/asciidoctor-go v0.2.0 h1:CRlqq2CEONKvNfRBVZLwEArSsq5j77h6sU02tN3oD9E= git.sr.ht/~shulhan/asciidoctor-go v0.2.0/go.mod h1:B0a6l1ZfmXKPGOuC5ZT8ICjOMxV5z8dGkAJjAdW8DZc= github.com/shuLhan/share v0.35.0/go.mod h1:laKGR1DNboj8+INRIC9VFYRiVEu/IIjrLurUmTHXkw0= -github.com/shuLhan/share v0.35.1-0.20220327104420-0c288a5880fb h1:3jA5ozEOUwdYs1P1W7scJWG9LX8uCCjWGTzp7I+IXnQ= -github.com/shuLhan/share v0.35.1-0.20220327104420-0c288a5880fb/go.mod h1:laKGR1DNboj8+INRIC9VFYRiVEu/IIjrLurUmTHXkw0= +github.com/shuLhan/share v0.37.0 h1:M6JoJsf8P4ou8LdW6reZNVsw7jBwSQ0MigTsHTvnv8c= +github.com/shuLhan/share v0.37.0/go.mod h1:laKGR1DNboj8+INRIC9VFYRiVEu/IIjrLurUmTHXkw0= golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd h1:O7DYs+zxREGLKzKoMQrtrEacpb0ZVXA5rIwylE2Xchk= |
