11 lines
191 B
Modula-2
11 lines
191 B
Modula-2
module golang.captainalm.com/mc-webserver
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/mcstatus-io/mcutil v1.3.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|