sorare/go.mod

26 lines
690 B
Modula-2
Raw Permalink Normal View History

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
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
2024-04-16 11:01:11 +00:00
github.com/shopspring/decimal v1.4.0
2024-03-08 10:48:21 +00:00
github.com/xlzd/gotp v0.1.0
2024-04-16 11:01:11 +00:00
golang.org/x/crypto v0.22.0
2024-03-08 10:48:21 +00:00
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
2024-04-16 11:01:11 +00:00
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
2024-03-08 10:48:21 +00:00
)