aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/parser.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--conf/parser.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/parser.go b/conf/parser.go
index ff030362..f015a89b 100644
--- a/conf/parser.go
+++ b/conf/parser.go
@@ -7,11 +7,10 @@ package conf
import (
"encoding/base64"
+ "net/netip"
"strconv"
"strings"
- "golang.zx2c4.com/go118/netip"
-
"golang.org/x/sys/windows"
"golang.org/x/text/encoding/unicode"