2025-01-06 11:07:53 +01:00
|
|
|
module gontrol
|
|
|
|
|
|
|
|
go 1.23.4
|
|
|
|
|
|
|
|
require (
|
2025-01-24 14:35:45 +01:00
|
|
|
github.com/PuerkitoBio/goquery v1.10.1
|
2025-01-06 11:07:53 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
|
|
github.com/gorilla/websocket v1.5.3
|
2025-01-17 10:04:20 +01:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2025-01-06 11:07:53 +01:00
|
|
|
)
|
|
|
|
|
2025-01-24 14:35:45 +01:00
|
|
|
require (
|
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
|
|
golang.org/x/net v0.33.0 // indirect
|
|
|
|
)
|