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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-03 08:12:39 +0300
commit89c48bd92b34b165770069b01aa9e2511d0448ca (patch)
tree37a7633d768f79cc9ac0fff66253a505a8467354 /go.mod
parent72c35bec01c80baf75bcaf61b363ffe337ee7f2d (diff)
refactor: reduce Font Awesome size with tree shaking
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..84b7946
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module wangchucheng.com/hugo-eureka
+
+go 1.17
+
+require (
+ github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac // 5.15.4
+)