瀏覽代碼

Add go mod file

Tone 3 年之前
父節點
當前提交
851a0b0040
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 5 0
      go.mod
  2. 2 0
      go.sum

+ 5 - 0
go.mod

@@ -0,0 +1,5 @@
+module github.com/aleroyer/sakuin
+
+go 1.18
+
+require github.com/dustin/go-humanize v1.0.0

+ 2 - 0
go.sum

@@ -0,0 +1,2 @@
+github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
+github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=