2022-07-13 16:16:47 +01:00
|
|
|
module golang.captainalm.com/cityuni-webserver
|
|
|
|
|
|
|
|
go 1.18
|
2022-07-14 17:18:08 +01:00
|
|
|
|
|
|
|
require (
|
2022-07-14 18:07:07 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-07-14 17:18:08 +01:00
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|