10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module golang.captainalm.com/cityuni-webserver
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/joho/godotenv v1.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|