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.mod | |
| 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.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
