diff options
author | Pablo Mazzini <pmazzini@gmail.com> | 2019-01-28 12:13:02 +0000 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2019-01-28 13:41:06 +0000 |
commit | 79d46990f4f341ec53d906d0a708c1a4aeab942e (patch) | |
tree | 7ea7bcff9128b21cdd863dd62cdc05083862d5b4 | |
parent | 0bf513883f57f14fdd463819f6d88205811cda24 (diff) |
update bsdp
-rw-r--r-- | dhcpv4/bsdp/bsdp_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpv4/bsdp/bsdp_test.go b/dhcpv4/bsdp/bsdp_test.go index 5efc81e..05cd85c 100644 --- a/dhcpv4/bsdp/bsdp_test.go +++ b/dhcpv4/bsdp/bsdp_test.go @@ -5,7 +5,6 @@ import ( "testing" "github.com/insomniacslk/dhcp/dhcpv4" - "github.com/insomniacslk/dhcp/dhcpv4/client4" "github.com/insomniacslk/dhcp/iana" "github.com/stretchr/testify/require" ) |