aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2019-03-02 07:23:20 +0700
committerShulhan <ms@kilabit.info>2019-03-02 07:24:29 +0700
commit507652efff5d76f82e08eb09d445d486d10a4415 (patch)
tree7a0b1b6376b9e65df04a82194d1ad09343dc45d6 /go.mod
parent319f7e60884456fb1850e98b770e59aa8d8e299f (diff)
downloadrescached-507652efff5d76f82e08eb09d445d486d10a4415.tar.xz
go.mod: update dependency github.com/shuLhan/share to v0.4.0
The dns package provide more human readable when printing Question. Instead of printing query type in number, for example A record with "1", the Question stringer now print "A" instead.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7a77bdd..64a248e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module github.com/shuLhan/rescached-go
-require github.com/shuLhan/share v0.3.0
+require github.com/shuLhan/share v0.4.0