Skip to content

Commit

Permalink
Dep updates with new go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 2, 2022
1 parent dce2578 commit f31a322
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,28 @@ module github.com/tonicpow/go-bsvrates
go 1.17

require (
github.com/centrifugal/protocol v0.8.7 // indirect
github.com/gojektech/heimdall/v6 v6.1.0
github.com/mrz1836/go-whatsonchain v0.10.4
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.1
)

require (
github.com/centrifugal/centrifuge-go v0.8.2 // indirect
github.com/centrifugal/protocol v0.8.7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gojektech/valkyrie v0.0.0-20190210220504-8f62c1e7ba45 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.5 // indirect
github.com/shopspring/decimal v1.3.1
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit f31a322

Please sign in to comment.