aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-05-19 21:05:50 +0700
committerShulhan <ms@kilabit.info>2019-05-19 21:05:50 +0700
commit51de06fc316ed3d85a623e50e9d092d2d25c1e09 (patch)
treedd747c378a65a84070f89cbc4a5ac708e00e3238
parent72de8a9c6b8a6261798b9a11cbc11b3cf6590504 (diff)
downloadciigo-51de06fc316ed3d85a623e50e9d092d2d25c1e09.tar.xz
go.mod: update shuLhan/share to v20190517170056-d85106c3bdfd
* dns: set log flag to 0, without time prefix * dns: add function to lookup PTR record by IP address * dns: export Lookup method as part of Client interface * http: print the not-found path on Server's getFSNode() * add parameter to check Fully Qualified Domain Name on IsHostnameValid * dns: substract the message TTL when the answer found on cache * io: watch changes on sub of sub directories on DirWatcher
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index dbda2bb..0f81dca 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
- github.com/shuLhan/share v0.6.2-0.20190511224539-4e9d3928900f
+ github.com/shuLhan/share v0.6.2-0.20190517170056-d85106c3bdfd
github.com/sirupsen/logrus v1.4.1 // indirect
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
diff --git a/go.sum b/go.sum
index f18a1eb..63618dd 100644
--- a/go.sum
+++ b/go.sum
@@ -21,8 +21,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
-github.com/shuLhan/share v0.6.2-0.20190511224539-4e9d3928900f h1:wGp53Mp2v2VNyefoHYUDB8SreKrB44rFdfrO+6eS3Eg=
-github.com/shuLhan/share v0.6.2-0.20190511224539-4e9d3928900f/go.mod h1:8f/xkNviP0KcccNugzZh4XfmCzh0KBKt74NxuwJ5cpo=
+github.com/shuLhan/share v0.6.2-0.20190517170056-d85106c3bdfd h1:VYuX81cYmHooXwl8t/MXBpPLxMb+rCG1XxxtKlUOOPo=
+github.com/shuLhan/share v0.6.2-0.20190517170056-d85106c3bdfd/go.mod h1:8f/xkNviP0KcccNugzZh4XfmCzh0KBKt74NxuwJ5cpo=
github.com/sirupsen/logrus v1.4.1 h1:GL2rEmy6nsikmW0r8opw9JIRScdMF5hA8cOYLH7In1k=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=