Explorar el Código

Add go mod file

Tone hace 3 años
padre
commit
851a0b0040
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  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=