Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod « alpinejs - github.com/gohugoio/hugo-mod-jslibs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 542de818dd895b36c97d06aa187288646d5e466b (plain)
1
2
3
4
5
6
7
8
module github.com/gohugoio/hugo-mod-jslibs/alpinejs

go 1.13

require (
	github.com/SimoTod/alpine-turbolinks-adapter v1.0.2 // indirect
	github.com/alpinejs/alpine v2.8.2+incompatible // indirect
)