aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org
AgeCommit message (Collapse)Author
2019-07-07Switch to modulesNiall Sheridan
2018-08-24Update depsNiall Sheridan
2018-08-10Add Microsoft auth providerKevin Lyda
Microsoft uses JSON Web Tokens (JWT) as OAuth tokens. These can run to many thousands of characters which are too long for TTYs. Work around this by base64-encoding the token and chunk it into smaller pieces. Closes #70
2018-08-10Fix LetsEncrypt supportNiall Sheridan
2018-08-09Remove gRPCNiall Sheridan
This hasn't been enabled in a while due to gRPC limitations
2018-08-01Migrate from esc to packr for static filesNiall Sheridan
2018-06-20Update dependenciesNiall Sheridan
2017-10-18Update dependenciesNiall Sheridan
2017-04-10update dependenciesNiall Sheridan
2017-02-19update dependenciesNiall Sheridan
2017-02-12Update dependenciesNiall Sheridan
2016-12-28Update dependenciesNiall Sheridan
2016-12-28Add LetsEncrypt supportNiall Sheridan
When configured the server will request a TLS certificate for the specified server name from LetsEncrypt
2016-10-31Update dependenciesNiall Sheridan
2016-10-08Update dependenciesNiall Sheridan
2016-09-03Update dependenciesNiall Sheridan
Also tweak travis config
2016-08-27Update dependenciesNiall Sheridan
2016-07-17Update vendor libsNiall Sheridan
2016-06-27Updated agent lib accepts *ed25519.PrivateKeyNiall Sheridan
2016-06-06Merge pull request #18 from nsheridan/agent_lifetimeNiall Sheridan
Remove certs from the agent when they expire
2016-06-06Update agent packageNiall Sheridan
Added support for certificate lifetimes
2016-06-06update vendorNiall Sheridan
2016-05-22Use govendorNiall Sheridan