diff options
| author | Shulhan <ms@kilabit.info> | 2019-03-02 07:23:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-03-02 07:24:29 +0700 |
| commit | 507652efff5d76f82e08eb09d445d486d10a4415 (patch) | |
| tree | 7a0b1b6376b9e65df04a82194d1ad09343dc45d6 /go.sum | |
| parent | 319f7e60884456fb1850e98b770e59aa8d8e299f (diff) | |
| download | rescached-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.sum')
| -rw-r--r-- | go.sum | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ -github.com/shuLhan/share v0.3.0 h1:TmH6XtYQRVxBlq1X1woFzyIYCNcBORo45WBUtRu9cxk= -github.com/shuLhan/share v0.3.0/go.mod h1:SjjW0kmafz7R07V8GP8D9YvTj0jQ4A5LoLVYjC+920U= -golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +github.com/shuLhan/share v0.4.0 h1:bp5SlzcF7u1feOc4BvWHHVtUXecaq26Lyn8rROMbQ1k= +github.com/shuLhan/share v0.4.0/go.mod h1:n3BWSX6aGXiCmpc89DsfnhNnax89yhKLHFu6WC9ODes= +golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
