-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 671 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/WPRobson/placeotter.com
go 1.20
require (
github.com/didip/tollbooth v4.0.2+incompatible
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/render v1.0.2
github.com/jellydator/ttlcache/v3 v3.0.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/didip/tollbooth/v7 v7.0.0 // indirect
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/time v0.3.0 // indirect
)