Change package path

This commit is contained in:
Jason A. Donenfeld
2019-02-18 04:44:41 +01:00
parent f7170e5de2
commit 42c6d0e261
17 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ package main
import (
"crypto/cipher"
"git.zx2c4.com/wireguard-go/replay"
"golang.zx2c4.com/wireguard/replay"
"sync"
"time"
)