Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions connmgr/go.mod

This file was deleted.

19 changes: 0 additions & 19 deletions connmgr/go.sum

This file was deleted.

202 changes: 0 additions & 202 deletions connmgr/seed.go

This file was deleted.

137 changes: 0 additions & 137 deletions connmgr/tor.go

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/devtools/dcr_setup_go_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ if [ ! -f "go.work" ]; then
fi

# Remove old modules as needed
go work edit -dropuse ./lru
go work edit -dropuse ./lru -dropuse ./connmgr

# Add all of the modules as needed
go work use . ./addrmgr ./bech32 ./blockchain ./blockchain/stake
go work use ./blockchain/standalone ./certgen ./chaincfg ./chaincfg/chainhash
go work use ./connmgr ./container/apbf ./container/lru ./crypto/blake256
go work use ./container/apbf ./container/lru ./crypto/blake256
go work use ./crypto/rand ./crypto/ripemd160 ./database ./dcrec ./dcrec/edwards
go work use ./dcrec/secp256k1 ./dcrjson ./dcrutil ./gcs ./hdkeychain
go work use ./math/uint256 ./mixing ./peer ./rpc/jsonrpc/types ./rpcclient
Expand Down
Loading