From 5a46eefbc6da3463b796ada8d15902be197455a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 23 Aug 2021 18:20:29 +0200 Subject: [PATCH] Revert "build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0" This reverts commit f70165242b98e3ee182fbac08bf2893a7f09e961. Closes #8920 --- go.mod | 2 +- go.sum | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index aa63bd27495..536b4582a14 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/evanw/esbuild v0.12.22 github.com/fortytw2/leaktest v1.3.0 github.com/frankban/quicktest v1.13.0 - github.com/fsnotify/fsnotify v1.5.0 + github.com/fsnotify/fsnotify v1.4.9 github.com/getkin/kin-openapi v0.74.0 github.com/ghodss/yaml v1.0.0 github.com/gobuffalo/flect v0.2.3 diff --git a/go.sum b/go.sum index d4099311e03..1e6928728dc 100644 --- a/go.sum +++ b/go.sum @@ -198,9 +198,8 @@ github.com/frankban/quicktest v1.11.2/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P github.com/frankban/quicktest v1.13.0 h1:yNZif1OkDfNoDfb9zZa9aXIpejNR4F23Wely0c+Qdqk= github.com/frankban/quicktest v1.13.0/go.mod h1:qLE0fzW0VuyUAJgPU19zByoIr0HtCHN/r/VLSOOIySU= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/fsnotify/fsnotify v1.5.0 h1:NO5hkcB+srp1x6QmwvNZLeaOgbM8cmBTN32THzjvu2k= -github.com/fsnotify/fsnotify v1.5.0/go.mod h1:BX0DCEr5pT4jm2CnQdVP1lFV521fcCNcyEeNp4DQQDk= github.com/getkin/kin-openapi v0.74.0 h1:cTTAb0jRm6vr+XptL3U2PDQiINGzNPyqrwkjvtoLaxg= github.com/getkin/kin-openapi v0.74.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=