Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor: update vendored packages #1141

Closed
1 of 32 tasks
ericchiang opened this issue Dec 1, 2017 · 4 comments
Closed
1 of 32 tasks

vendor: update vendored packages #1141

ericchiang opened this issue Dec 1, 2017 · 4 comments

Comments

@ericchiang
Copy link
Contributor

ericchiang commented Dec 1, 2017

Spring cleaning. Update all of the following packages to pull in latest code:

  • github.com/beevik/etree (dep of SAML)
  • github.com/coreos/etcd
  • github.com/coreos/go-oidc
  • github.com/ghodss/yaml
  • github.com/go-sql-driver/mysql (maybe remove this?)
  • github.com/golang/protobuf (*: fix proto build #1140)
  • github.com/gorilla/context
  • github.com/gorilla/handlers
  • github.com/gorilla/mux
  • github.com/gtank/cryptopasta (maybe remove and just copy + paste code)
  • github.com/inconshreveable/mousetrap (windows dep of cobra)
  • github.com/jonboulle/clockwork (dep of SAML)
  • github.com/kylelemons/godebug (test dep)
  • github.com/lib/pq
  • github.com/mattn/go-sqlite3
  • github.com/pquerna/cachecontrol (dep of go-oidc)
  • github.com/russellhaering/goxmldsig
  • github.com/sirupsen/logrus
  • github.com/spf13/cobra
  • github.com/spf13/pflag
  • golang.org/x/crypto (for bcrypt)
  • golang.org/x/net
  • golang.org/x/oauth2
  • golang.org/x/sys
  • golang.org/x/text
  • google.golang.org/appengine (dep of oauth2)
  • google.golang.org/genproto (dep of grpc)
  • google.golang.org/grpc
  • gopkg.in/asn1-ber.v1
  • gopkg.in/ldap.v2
  • gopkg.in/square/go-jose.v2
  • gopkg.in/yaml.v2
@sks
Copy link

sks commented Sep 4, 2018

@ericchiang : Are you okay with deleting the vendor directory and moving to go modules ?

@ericchiang
Copy link
Contributor Author

@sks I'd like to continue to commit vendor. even when we use go modules This helps us when repos get deleted from github.

@fishioon
Copy link

fishioon commented Sep 11, 2018

@ericchiang The vendored oauth2 not support custom param.
So is time to update vendored packages. 😄

@srenatus
Copy link
Contributor

#1501 ✔️ should be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants