Vendor all dependencies

Uses godep to vendor dependencies. Godeps is not necessary during build,
golang's new vendor support is used instead.
This commit is contained in:
Tobias Schmidt 2016-01-20 22:19:15 -05:00
commit 33f99c4fc1
325 changed files with 127217 additions and 40 deletions

12
vendor/github.com/beevik/ntp/README.md generated vendored Normal file
View file

@ -0,0 +1,12 @@
ntp
===
The ntp package is a small implementation of a limited NTP client. It
requests the current time from a remote NTP server according to
selected version of the NTP protocol. Client uses version 4 of the NTP
protocol RFC5905 by default.
The approach was inspired by a post to the go-nuts mailing list by
Michael Hofmann:
https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/FlcdMU5fkLQ