diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-11 14:53:36 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-11 14:53:36 -0600 |
commit | 642a56e165e74a518fe986c2cf93dea62d6029b5 (patch) | |
tree | 12293a06953758f5660bb539869b05fb5d77d657 /go.mod | |
parent | bb745b2ea3264bb764cac77c4fa8e69cf9b2a975 (diff) |
memmod: import from wireguard-windows
We'll eventually be getting rid of it here, but keep it sync'd up for
now.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module golang.zx2c4.com/wireguard -go 1.16 +go 1.17 require ( golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 |