This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Building oauth2_proxy #592
Comments
A colleague @wm notes: https://github.com/go-fsnotify/fsnotify and "Change your dependencies from github.com/go-fsnotify/fsnotify to github.com/fsnotify/fsnotify" |
Alright . . . that seems to have compiled and accepts the newer options ( |
|
Should this have been closed? |
kautsig
added a commit
to kautsig/oauth2_proxy
that referenced
this issue
Jun 1, 2018
Nope, don't think so. Just bumped into the same issue. The diff provided by @jgn works though. See PR above. |
hensur
pushed a commit
to hensur/oauth2_proxy
that referenced
this issue
Jun 6, 2018
EricEllett
pushed a commit
to segmentio/oauth2_proxy
that referenced
this issue
Jun 18, 2018
day0ops
added a commit
to day0ops/oauth2_proxy
that referenced
this issue
Jul 24, 2018
Adjust build to moved/changed upstream dependencies, fixes bitly#592
simeonlamhk01
added a commit
to hk01-digital/oauth2_proxy
that referenced
this issue
Aug 8, 2018
Adjust build to moved/changed upstream dependencies, fixes bitly#592
simeonlamhk01
added a commit
to hk01-digital/oauth2_proxy
that referenced
this issue
Aug 8, 2018
Adjust build to moved/changed upstream dependencies, fixes bitly#592
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@ploxiln suggests for building:
git clone https://github.com/bitly/oauth2_proxy $HOME/go/src/github.com/bitly/oauth2_proxy
dep ensure
go build
But there seem to be issues with the dependencies on a pretty vanilla go environment:
The text was updated successfully, but these errors were encountered: