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: 08cf27645a0d6f92e3b0196d51d0c6811aa1e60e (plain)
1
2
3
4
5
6
7
8
9
10
11
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.1.0 // indirect
	github.com/gohugoio/hugoTestModulesJS/mod2 v0.1.0 // indirect
)