mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Website and web server.
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/Kugelschieber/marvinblum.de
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/caddyserver/certmagic v0.10.13 // indirect
|
||||
github.com/emvi/logbuch v0.0.0-20200214115750-61de9b6d5934 // indirect
|
||||
github.com/gorilla/mux v1.7.4 // indirect
|
||||
github.com/rs/cors v1.7.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user