diff options
| author | Shulhan <ms@kilabit.info> | 2020-06-27 09:21:11 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-06-27 09:21:11 +0700 |
| commit | 8a9bd096fb54067cc0cd48443154be781f72b5ea (patch) | |
| tree | ae98e829404398fe4b6a60d810fdef79da8b2d05 /go.sum | |
| parent | 70b8770952cc35d5b7b4fe85a87670fde1512a41 (diff) | |
| download | ciigo-8a9bd096fb54067cc0cd48443154be781f72b5ea.tar.xz | |
go.mod: update with latest share module
Fix a 404 when accessing URL with empty "index.html".
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= -github.com/shuLhan/share v0.16.0 h1:IldAfUlqf+csek1zpHzW2FJFuYm0tLYv8RrSyIkt5As= -github.com/shuLhan/share v0.16.0/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= +github.com/shuLhan/share v0.16.1-0.20200627020222-d13579896847 h1:95W8Oa8zy80r16qWUIvozQ1LI1Z922/qbqVPfU02yQ4= +github.com/shuLhan/share v0.16.1-0.20200627020222-d13579896847/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.6.0 h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= |
