diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-11 00:15:04 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-11 00:15:04 +0200 |
commit | 9e30f6769db7dc1ac90a090ff1c7e0cffd13e6e7 (patch) | |
tree | 917d9f82ba879d24d996828201166271cad6e977 /skate | |
parent | d6eab243afdea859777eca3199b67d48c02da49f (diff) | |
download | refcat-9e30f6769db7dc1ac90a090ff1c7e0cffd13e6e7.tar.gz refcat-9e30f6769db7dc1ac90a090ff1c7e0cffd13e6e7.zip |
add dep
Diffstat (limited to 'skate')
-rw-r--r-- | skate/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/go.mod b/skate/go.mod index 5a16156..88a992d 100644 --- a/skate/go.mod +++ b/skate/go.mod @@ -7,7 +7,7 @@ require ( github.com/elastic/go-elasticsearch v0.0.0 github.com/elastic/go-elasticsearch/v7 v7.12.0 github.com/klauspost/cpuid/v2 v2.0.6 // indirect - github.com/kr/pretty v0.1.0 // indirect + github.com/kr/pretty v0.1.0 github.com/matryer/is v1.4.0 github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e github.com/segmentio/encoding v0.2.17 |