0
0
mirror of https://git.eeqj.de/sneak/gohttpserver synced 2025-10-06 00:13:15 +02:00
Files
gohttpserver/go.mod

13 lines
259 B
Modula-2

module git.eeqj.de/sneak/gohttpserver
go 1.15
require (
github.com/getsentry/sentry-go v0.7.0
github.com/gorilla/mux v1.8.0
github.com/joho/godotenv v1.3.0
github.com/justinas/alice v1.2.0
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
)