commit | 740f3d746e27f3ac40d5afc21aa2b0170320ddcb | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Aug 03 12:12:34 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Aug 03 15:29:34 2021 +0200 |
tree | d048543c33b8136a5ec11c43a10f017b668c365d | |
parent | 49d27ee2cc68204a33b2817c0b18ee0430339193 [diff] [blame] |
Cleanup code
diff --git a/go.mod b/go.mod index 53dc7d0..9d677ca 100644 --- a/go.mod +++ b/go.mod
@@ -2,4 +2,7 @@ go 1.16 -require github.com/stretchr/testify v1.7.0 +require ( + github.com/rs/zerolog v1.23.0 // indirect + github.com/stretchr/testify v1.7.0 +)