diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2020-03-26 00:29:12 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2020-03-30 01:57:31 +0300 |
| commit | 3c4432e0f2fb8ddf54a2e441063d584b99572a4e (patch) | |
| tree | e1e36bed941a7bbb62b23656eeddd154eec0a920 /go.mod | |
| parent | 5c846ba3a0e5e323b61339572e7a4f917c1d79d4 (diff) | |
add tun socket
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module tunnel go 1.13 + +require golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 |
