2024-03-08 10:48:21 +00:00
|
|
|
module git.lehouerou.net/laurent/sorare
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/gorilla/websocket v1.5.1
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.5
|
2024-04-02 13:20:47 +00:00
|
|
|
github.com/llehouerou/go-graphql-client v0.9.7
|
2024-03-08 10:48:21 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/rs/zerolog v1.32.0
|
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
|
github.com/xlzd/gotp v0.1.0
|
|
|
|
golang.org/x/crypto v0.21.0
|
|
|
|
golang.org/x/time v0.5.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
golang.org/x/net v0.21.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2024-04-02 13:20:47 +00:00
|
|
|
nhooyr.io/websocket v1.8.10 // indirect
|
2024-03-08 10:48:21 +00:00
|
|
|
)
|