go-twitch/go.mod

18 lines
389 B
Modula-2
Raw Permalink Normal View History

2024-02-27 22:13:57 -05:00
module go.fifitido.net/twitch
go 1.21.7
2024-03-04 18:14:38 -05:00
require (
github.com/google/go-querystring v1.1.0
2024-03-05 12:14:18 -05:00
github.com/mitchellh/mapstructure v1.5.0
2024-03-04 18:14:38 -05:00
golang.org/x/oauth2 v0.17.0
2024-03-05 12:14:18 -05:00
nhooyr.io/websocket v1.8.10
2024-03-04 18:14:38 -05:00
)
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
)