From 5e8594262f537efd02d1a3d7ad7d7e9013f1e76e Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Thu, 17 Mar 2022 16:05:00 -0400 Subject: obfsproxy: add initial proxy implementation Fixes #3 Updates #4 Signed-off-by: Sam Whited --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c830e6..830e638 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ validate: staticcheck -checks inherit,ST1000,ST1016,ST1020,ST1021,ST1022,ST1023 ./... # gosec does not handle modules correctly. # See: https://github.com/securego/gosec/issues/622 - gosec -exclude-dir=obfsproxy ./... + gosec ./... go mod tidy git diff --exit-code -- go.mod go.sum -- cgit v1.2.3