diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-27 22:22:42 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-27 22:22:42 +0200 |
commit | 28fb58807d5deb01ae67dc68055851f3d794b84a (patch) | |
tree | 7f3bbe413c63de49354b5753cf9a47e2af193942 /skate/go.mod | |
parent | 1756a09a3b5ed99d7fda27ce32632a0feb7fdc85 (diff) | |
download | refcat-28fb58807d5deb01ae67dc68055851f3d794b84a.tar.gz refcat-28fb58807d5deb01ae67dc68055851f3d794b84a.zip |
update dependencies
Diffstat (limited to 'skate/go.mod')
-rw-r--r-- | skate/go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skate/go.mod b/skate/go.mod index 11361f3..ed7ca25 100644 --- a/skate/go.mod +++ b/skate/go.mod @@ -4,8 +4,6 @@ go 1.15 require ( github.com/adrg/xdg v0.3.3 - github.com/elastic/go-elasticsearch v0.0.0 - github.com/elastic/go-elasticsearch/v7 v7.12.0 github.com/klauspost/compress v1.13.1 github.com/klauspost/cpuid/v2 v2.0.6 // indirect github.com/kr/pretty v0.1.0 |