All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go-server.go.mod.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}

go 1.18

{{#routers}}
	{{#mux}}
require github.com/gorilla/mux v1.8.0
		{{#featureCORS}}
require github.com/gorilla/handlers v1.5.1
		{{/featureCORS}}
	{{/mux}}
	{{#chi}}
require github.com/go-chi/chi/v5 v5.0.8
		{{#featureCORS}}
require github.com/go-chi/cors v1.2.1
		{{/featureCORS}}
	{{/chi}}
{{/routers}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy