18 lines
389 B
Modula-2
18 lines
389 B
Modula-2
module go.fifitido.net/twitch
|
|
|
|
go 1.21.7
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
golang.org/x/oauth2 v0.17.0
|
|
nhooyr.io/websocket v1.8.10
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|