Przeglądaj źródła

Add go mod file

Tone 3 lat temu
rodzic
commit
851a0b0040
2 zmienionych plików z 7 dodań i 0 usunięć
  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=