Skip to content

Commit

Permalink
Merge remote-tracking branch 'nkryuchkov/feature/remove-transport-man…
Browse files Browse the repository at this point in the history
…ager-dependency' into feature/remove-transport-manager-dependency
  • Loading branch information
nkryuchkov committed Jul 4, 2019
2 parents 3df94bc + 9f7d337 commit b07f24f
Show file tree
Hide file tree
Showing 44 changed files with 178 additions and 2,023 deletions.
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,7 @@ vendorcheck: ## Run vendorcheck
test: ## Run tests
-go clean -testcache &>/dev/null
${OPTS} go test ${TEST_OPTS} ./internal/...
#${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/...
${OPTS} go test ${TEST_OPTS} ./pkg/app/...
${OPTS} go test ${TEST_OPTS} ./pkg/cipher/...
${OPTS} go test ${TEST_OPTS} ./pkg/manager/...
${OPTS} go test ${TEST_OPTS} ./pkg/node/...
${OPTS} go test ${TEST_OPTS} ./pkg/route-finder/...
${OPTS} go test ${TEST_OPTS} ./pkg/router/...
${OPTS} go test ${TEST_OPTS} ./pkg/routing/...
${OPTS} go test ${TEST_OPTS} ./pkg/setup/...
${OPTS} go test ${TEST_OPTS} ./pkg/transport/...
${OPTS} go test ${TEST_OPTS} ./pkg/transport-discovery/...

${OPTS} go test ${TEST_OPTS} ./pkg/...

install-linters: ## Install linters
- VERSION=1.17.1 ./ci_scripts/install-golangci-lint.sh
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.12

require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
github.com/go-chi/chi v4.0.2+incompatible
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.0
Expand Down
101 changes: 0 additions & 101 deletions internal/ioutil/ack_waiter.go

This file was deleted.

47 changes: 0 additions & 47 deletions internal/ioutil/ack_waiter_test.go

This file was deleted.

23 changes: 0 additions & 23 deletions internal/ioutil/atomic_bool.go

This file was deleted.

16 changes: 0 additions & 16 deletions internal/ioutil/buf_read.go

This file was deleted.

57 changes: 0 additions & 57 deletions internal/ioutil/len_read_writer.go

This file was deleted.

72 changes: 0 additions & 72 deletions internal/ioutil/len_read_writer_test.go

This file was deleted.

37 changes: 0 additions & 37 deletions internal/noise/dh.go

This file was deleted.

Loading

0 comments on commit b07f24f

Please sign in to comment.