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

github.com/gohugoio/hugo-mod-heroicons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-22 17:00:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-08-22 17:00:06 +0300
commitfc590bc3dc55759a4097002dd854f4eafe714ddb (patch)
tree1aec7a17281bf14ff5cf3c9ad557cc4d7f9de3c7
parent768ea4b24801a241ff98d999d62b578d022f3348 (diff)
heroicons v0.3.7
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ab43d88..c244d30 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module github.com/gohugoio/hugo-mod-heroicons
go 1.13
+
+require github.com/refactoringui/heroicons v0.3.7 // indirect
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..e20c78c
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,2 @@
+github.com/refactoringui/heroicons v0.3.7 h1:x5DGSmIl8dZcftGtzFtGg+7t6lv/2uBoFLjpuX1EwEA=
+github.com/refactoringui/heroicons v0.3.7/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=