Skip to content
Open
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ require (
github.com/D3Ext/maldev v0.1.4
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4
github.com/google/uuid v1.3.1
golang.org/x/sys v0.12.0
golang.org/x/sys v0.15.0
)

require (
github.com/alwindoss/morse v1.0.1 // indirect
github.com/briandowns/spinner v1.23.0 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/ecies/go/v2 v2.0.4 // indirect
github.com/ethereum/go-ethereum v1.10.17 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ecies/go/v2 v2.0.8 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/term v0.15.0 // indirect
)
Loading