File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343 github.com/eapache/go-resiliency v1.7.0 // indirect
4444 github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
4545 github.com/eapache/queue v1.1.0 // indirect
46- github.com/fsnotify/fsnotify v1.5.1 // indirect
46+ github.com/fsnotify/fsnotify v1.9.0 // indirect
4747 github.com/gabriel-vasile/mimetype v1.4.9 // indirect
4848 github.com/gin-contrib/sse v1.0.0 // indirect
4949 github.com/go-openapi/jsonpointer v0.21.1 // indirect
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8
6060github.com/fortytw2/leaktest v1.3.0 /go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g =
6161github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
6262github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
63- github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI =
64- github.com/fsnotify/fsnotify v1.5.1 /go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU =
63+ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k =
64+ github.com/fsnotify/fsnotify v1.9.0 /go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0 =
6565github.com/gabriel-vasile/mimetype v1.4.9 h1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY =
6666github.com/gabriel-vasile/mimetype v1.4.9 /go.mod h1:WnSQhFKJuBlRyLiKohA/2DtIlPFAbguNaG7QCHcyGok =
6767github.com/gin-contrib/gzip v0.0.6 h1:NjcunTcGAj5CO1gn4N8jHOSIeRFHIbn51z6K+xaN4d4 =
@@ -479,7 +479,6 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
479479golang.org/x/sys v0.0.0-20210112080510-489259a85091 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
480480golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
481481golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
482- golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
483482golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
484483golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
485484golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/eapache/go-resiliency v1.2.0 // indirect
1414 github.com/eapache/go-xerial-snappy c322873962e3 // indirect
1515 github.com/eapache/queue v1.1.0 // indirect
16- github.com/fsnotify/fsnotify v1.7 .0 // indirect
16+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
1717 github.com/golang/snappy v0.0.4 // indirect
1818 github.com/hashicorp/go-uuid v1.0.2 // indirect
1919 github.com/hashicorp/hcl v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments