github.com/bitfinexcom/bitfinex-api-go@v0.0.0-20210608095005-9e0b26f200fb/go.mod (about) 1 module github.com/bitfinexcom/bitfinex-api-go 2 3 go 1.15 4 5 require ( 6 github.com/davecgh/go-spew v1.1.1 7 github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58 // indirect 8 github.com/gobwas/pool v0.2.1 // indirect 9 github.com/gobwas/ws v1.0.4 10 github.com/gorilla/websocket v1.4.2 11 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 12 github.com/stretchr/testify v1.6.1 13 golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 // indirect 14 )