Skip to content

Commit

Permalink
Removed duplicate modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
林志宇 committed Jul 3, 2019
1 parent ddcb391 commit fb9507a
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 1,974 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test: ## Run tests
${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/cipher/...
${OPTS} go test ${TEST_OPTS} ./pkg/manager/...
${OPTS} go test ${TEST_OPTS} ./pkg/node/...
${OPTS} go test ${TEST_OPTS} ./pkg/route-finder/...
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 fb9507a

Please sign in to comment.