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

go.mod - github.com/gohugoio/hugoTestProjectJSModImports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: 6487d5a5aa8b53a1bec1332fbe8010aebf7e52c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/gohugoio/hugoTestProjectJSModImports

go 1.15

require (
	github.com/bep/hugo-jslibs/alpinejs v0.5.14 // indirect
	github.com/date-fns/date-fns v2.16.1+incompatible // indirect
	github.com/gohugoio/hugoTestModulesJS/mod1 v0.2.0 // indirect
	github.com/gohugoio/hugoTestModulesJS/mod2 v0.3.0 // indirect
)