diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-29 08:31:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-29 08:31:26 +0300 |
| commit | ffa39a17f48ee9847cc85819d8134b5eb9482b77 (patch) | |
| tree | 22ac90a46160ccc2927ba0a5b4406906072a56bb /go.mod | |
| parent | f9c51eb8bc3295c52dfde821aaed324f9447a993 (diff) | |
explicitly use dlog.Server for server packages and dlog.Clent for client packages for logging
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.15 require ( github.com/DataDog/zstd v1.4.5 golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c + golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect ) |
