Skip to content

Commit

Permalink
chore: tidy up dependency imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Sep 4, 2024
1 parent fab0c5b commit 308b83a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import (
"encoding/pem"
"errors"
"fmt"
libp2pws "github.com/libp2p/go-libp2p/p2p/transport/websocket"
"github.com/multiformats/go-multiaddr"
madns "github.com/multiformats/go-multiaddr-dns"
"log"
"math/big"
"net"
Expand All @@ -31,7 +28,10 @@ import (
"github.com/libp2p/go-libp2p"
"github.com/libp2p/go-libp2p/core/crypto"
"github.com/libp2p/go-libp2p/core/peer"
libp2pws "github.com/libp2p/go-libp2p/p2p/transport/websocket"
"github.com/miekg/dns"
"github.com/multiformats/go-multiaddr"
madns "github.com/multiformats/go-multiaddr-dns"
"github.com/multiformats/go-multibase"

_ "github.com/coredns/coredns/core/plugin" // Load all managed plugins in github.com/coredns/coredns.
Expand Down

0 comments on commit 308b83a

Please sign in to comment.