mirror of
https://github.com/fosrl/olm.git
synced 2026-03-03 17:26:45 +00:00
Clean up mod
This commit is contained in:
7
main.go
7
main.go
@@ -10,15 +10,16 @@ import (
|
||||
"math/rand"
|
||||
"net"
|
||||
"net/netip"
|
||||
"newt/logger"
|
||||
"newt/proxy"
|
||||
"newt/websocket"
|
||||
"os"
|
||||
"os/signal"
|
||||
"strings"
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/fosrl/newt/logger"
|
||||
"github.com/fosrl/newt/proxy"
|
||||
"github.com/fosrl/newt/websocket"
|
||||
|
||||
"golang.org/x/net/icmp"
|
||||
"golang.org/x/net/ipv4"
|
||||
"golang.zx2c4.com/wireguard/conn"
|
||||
|
||||
Reference in New Issue
Block a user