-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
25 lines (22 loc) · 756 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/go-numb/go-bitflyer
go 1.19
require (
github.com/buger/jsonparser v1.1.1
github.com/emirpasic/gods v1.18.1
github.com/go-gota/gota v0.12.0
github.com/google/go-querystring v1.1.0
github.com/gorilla/websocket v1.5.0
github.com/stretchr/testify v1.8.1
github.com/tcnksm/go-httpstat v0.2.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/net v0.5.0 // indirect
gonum.org/v1/gonum v0.9.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)