16 lines
311 B
Modula-2
16 lines
311 B
Modula-2
|
module gitea.urkob.com/urko/go-wifi-switcher
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/go-rod/rod v0.112.6
|
||
|
github.com/joho/godotenv v1.5.1
|
||
|
github.com/kelseyhightower/envconfig v1.4.0
|
||
|
github.com/ysmood/leakless v0.8.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/ysmood/goob v0.4.0 // indirect
|
||
|
github.com/ysmood/gson v0.7.3 // indirect
|
||
|
)
|