This repository has been archived on 2025-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-mx-gateway/go.mod

10 lines
142 B
Modula-2

module hugo-mx-gateway
go 1.13
require (
github.com/gorilla/mux v1.7.4
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.7.0
)