forked from hbstack/theme-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
17 lines (15 loc) · 760 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/hbstack/theme-start
go 1.19
require (
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hbstack/background-image v0.2.1 // indirect
github.com/hbstack/base v0.6.1 // indirect
github.com/hbstack/header/modules/language-picker v0.1.26 // indirect
github.com/hbstack/header/modules/socials v0.2.1 // indirect
github.com/hbstack/header/modules/theme-toggle v0.5.2 // indirect
github.com/hugomods/icons/vendors/bootstrap v0.5.7 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.7 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.0.44 // indirect
github.com/hugomods/seo/modules/favicons v0.2.2 // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
)