-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 656 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tlwr/www.tobys.cloud
go 1.21.13
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386
github.com/klauspost/compress v1.17.10
github.com/meatballhat/negroni-logrus v1.1.1
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
github.com/phyber/negroni-gzip v1.0.0
github.com/prometheus/client_golang v1.20.4
github.com/prometheus/common v0.60.0
github.com/sirupsen/logrus v1.9.3
github.com/unrolled/render v1.7.0
github.com/unrolled/secure v1.16.0
github.com/urfave/negroni v1.0.0
github.com/zbindenren/negroni-prometheus v0.1.1
)