bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

update fsnotify package name, as recommended by fsnotify doc #595

Closed shamil closed 5 years ago

shamil commented 6 years ago

Fix for #573 to make dep ensure work

Similar to #574, but uses package name (github.com/fsnotify/fsnotify) as recommended here Their example in https://github.com/fsnotify/fsnotify/blob/master/example_test.go also use github.com/fsnotify/fsnotify as package name

shamil commented 5 years ago

closing due to #628