cmd/slackware-sync: add go.mod

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-23 16:27:02 +00:00
parent 29717c98b2
commit 556391b2cc
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module github.com/vbatts/utils/cmd/slackware-sync
go 1.19
require github.com/BurntSushi/toml v1.3.2

View File

@ -0,0 +1,2 @@
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=