Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Nov 26, 2024
1 parent 07a40f5 commit 328bc11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/ipam/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ package ipam

import (
"fmt"

"github.com/coredhcp/coredhcp/handler"
"github.com/coredhcp/coredhcp/logger"
"github.com/coredhcp/coredhcp/plugins"

"net"
"os"

"github.com/insomniacslk/dhcp/dhcpv6"
"github.com/ironcore-dev/fedhcp/internal/api"
"gopkg.in/yaml.v3"
"net"
"os"

"github.com/mdlayher/netx/eui64"
)
Expand Down

0 comments on commit 328bc11

Please sign in to comment.