17 lines
347 B
Modula-2
17 lines
347 B
Modula-2
module gontrol
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.1
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
)
|