diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-09-02 02:29:59 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-09-02 02:29:59 +0700 |
| commit | caa995dad66a13723eeb5819eb0195e3b8ae828e (patch) | |
| tree | 0a7d66775db3d2b0a778f073ce004de6ee42b348 | |
| parent | 32599e4c923886ef8fcd2b48eb0f84b0c53608b2 (diff) | |
| download | rescached-caa995dad66a13723eeb5819eb0195e3b8ae828e.tar.xz | |
go.mod: update with latest share module
Fix hostname not converted to lowercase when parsing hosts files.
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,6 @@ module github.com/shuLhan/rescached-go/v3 go 1.13 -require github.com/shuLhan/share v0.18.1-0.20200825154056-1a09e8f2cc9b +require github.com/shuLhan/share v0.18.1-0.20200901192627-2a7ed071ae68 //replace github.com/shuLhan/share => ../share @@ -1,5 +1,5 @@ -github.com/shuLhan/share v0.18.1-0.20200825154056-1a09e8f2cc9b h1:NbtPFRMtTipaWmmudc0hSTb83Hbt1JUbII5wpZMya3M= -github.com/shuLhan/share v0.18.1-0.20200825154056-1a09e8f2cc9b/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= +github.com/shuLhan/share v0.18.1-0.20200901192627-2a7ed071ae68 h1:QKZoSew5tQNz7aVFo33YYoxxVEKVGVSd+oQHJxgFTG4= +github.com/shuLhan/share v0.18.1-0.20200901192627-2a7ed071ae68/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200602180216-279210d13fed/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |
