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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/Delta456/box-cli-maker v1.3.2
github.com/adshao/go-binance/v2 v2.3.2
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/c-bata/go-prompt v0.2.6
github.com/dustin/go-humanize v1.0.0
github.com/fasthttp/router v1.4.4
Expand All @@ -17,9 +16,9 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/schollz/progressbar/v3 v3.8.3
github.com/soniah/evaler v2.2.0+incompatible
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
github.com/tyler-smith/go-bip39 v1.1.0
github.com/ulule/limiter/v3 v3.8.0
github.com/valyala/fasthttp v1.31.0
github.com/ulule/limiter/v3 v3.11.2
github.com/valyala/fasthttp v1.47.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading