From b8813fe8d9afada53a7474d58756892ee5b89bb0 Mon Sep 17 00:00:00 2001 From: Netch Date: Mon, 13 Sep 2021 01:14:30 +0800 Subject: [PATCH] Update dependencies --- Other/tap2socks/go.mod | 2 +- Other/tun2socks/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Other/tap2socks/go.mod b/Other/tap2socks/go.mod index 675c669f..7232521c 100644 --- a/Other/tap2socks/go.mod +++ b/Other/tap2socks/go.mod @@ -1,3 +1,3 @@ module tap2socks -go 1.16 +go 1.17 diff --git a/Other/tun2socks/go.mod b/Other/tun2socks/go.mod index 966edfcd..344c97f8 100644 --- a/Other/tun2socks/go.mod +++ b/Other/tun2socks/go.mod @@ -1,3 +1,3 @@ module tun2socks -go 1.16 +go 1.17