26 lines
690 B
Modula-2
26 lines
690 B
Modula-2
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
|
|
github.com/llehouerou/go-graphql-client v0.9.7
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.32.0
|
|
github.com/shopspring/decimal v1.4.0
|
|
github.com/xlzd/gotp v0.1.0
|
|
golang.org/x/crypto v0.22.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.20 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
nhooyr.io/websocket v1.8.11 // indirect
|
|
)
|