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
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.2
github.com/gorilla/rpc v1.2.0 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
Expand All @@ -21,8 +22,8 @@ require (
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.7.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
Expand Down
Loading