aboutsummaryrefslogtreecommitdiffstats
path: root/device/endpoint_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device/endpoint_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/device/endpoint_test.go b/device/endpoint_test.go
index f1ae47e..93a4998 100644
--- a/device/endpoint_test.go
+++ b/device/endpoint_test.go
@@ -1,14 +1,13 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package device
import (
"math/rand"
-
- "golang.zx2c4.com/go118/netip"
+ "net/netip"
)
type DummyEndpoint struct {