-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 893 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/sebousan/le52-avocats
go 1.21
require (
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hugolify/hugolify-netlify-cms v1.8.3 // indirect
github.com/hugolify/hugolify-theme v1.18.12 // indirect
github.com/hugolify/hugolify-theme-persons v1.3.12 // indirect
github.com/hugolify/hugolify-theme-persons-statutes v1.1.5 // indirect
github.com/hugolify/hugolify-theme-publications v1.2.3 // indirect
github.com/hugolify/hugolify-theme-publications-persons v1.1.4 // indirect
github.com/hugolify/lawyerify-netlify-cms v1.3.0 // indirect
github.com/hugolify/lawyerify-theme v1.3.7 // indirect
github.com/midzer/tobii v2.5.0+incompatible // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
github.com/twbs/icons v1.11.3 // indirect
)