ots/go.mod
Knut Ahlers 85e9a2bcd1
Add SRI template rendering, move variables to template
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-24 23:18:23 +02:00

14 lines
321 B
Modula-2

module github.com/Luzifer/ots
go 1.16
require (
github.com/Luzifer/go_helpers/v2 v2.10.0
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/gofrs/uuid/v3 v3.1.2
github.com/gorilla/mux v1.7.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
)