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 | |
parent | 1756a09a3b5ed99d7fda27ce32632a0feb7fdc85 (diff) | |
download | refcat-28fb58807d5deb01ae67dc68055851f3d794b84a.tar.gz refcat-28fb58807d5deb01ae67dc68055851f3d794b84a.zip |
update dependencies
-rw-r--r-- | skate/go.mod | 2 | ||||
-rw-r--r-- | skate/go.sum | 4 |
2 files changed, 0 insertions, 6 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 diff --git a/skate/go.sum b/skate/go.sum index d19d588..c4a3dcf 100644 --- a/skate/go.sum +++ b/skate/go.sum @@ -2,10 +2,6 @@ github.com/adrg/xdg v0.3.3 h1:s/tV7MdqQnzB1nKY8aqHvAMD+uCiuEDzVB5HLRY849U= github.com/adrg/xdg v0.3.3/go.mod h1:61xAR2VZcggl2St4O9ohF5qCKe08+JDmE4VNzPFQvOQ= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/elastic/go-elasticsearch v0.0.0 h1:Pd5fqOuBxKxv83b0+xOAJDAkziWYwFinWnBO0y+TZaA= -github.com/elastic/go-elasticsearch v0.0.0/go.mod h1:TkBSJBuTyFdBnrNqoPc54FN0vKf5c04IdM4zuStJ7xg= -github.com/elastic/go-elasticsearch/v7 v7.12.0 h1:j4tvcMrZJLp39L2NYvBb7f+lHKPqPHSL3nvB8+/DV+s= -github.com/elastic/go-elasticsearch/v7 v7.12.0/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/klauspost/compress v1.13.1 h1:wXr2uRxZTJXHLly6qhJabee5JqIhTRoLBhDOA74hDEQ= github.com/klauspost/compress v1.13.1/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= |