vendor: add github.com/d2g
authorDan Williams <dcbw@redhat.com>
Wed, 10 May 2017 03:43:47 +0000 (22:43 -0500)
committerDan Williams <dcbw@redhat.com>
Wed, 10 May 2017 03:45:44 +0000 (22:45 -0500)
commit7cab2fd317648b54e1aa75656dc098c8a7dccd8f
treeaf608ef6a7b93f9ea307ca5bfbb9fa4c9127bbdc
parentbe5f1f723e708f0dd695787f033e7e74524fabd7
vendor: add github.com/d2g
13 files changed:
Godeps/Godeps.json
vendor/github.com/d2g/dhcp4/LICENSE [new file with mode: 0644]
vendor/github.com/d2g/dhcp4/README.md [new file with mode: 0644]
vendor/github.com/d2g/dhcp4/constants.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4/helpers.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4/option.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4/packet.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/LICENSE [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/README.md [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/client.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/inetsock.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/init.go [new file with mode: 0644]
vendor/github.com/d2g/dhcp4client/pktsock_linux.go [new file with mode: 0644]