mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-21 22:45:39 +00:00
cmd/slackware-sync: add go.mod
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
29717c98b2
commit
556391b2cc
2 changed files with 7 additions and 0 deletions
5
cmd/slackware-sync/go.mod
Normal file
5
cmd/slackware-sync/go.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module github.com/vbatts/utils/cmd/slackware-sync
|
||||||
|
|
||||||
|
go 1.19
|
||||||
|
|
||||||
|
require github.com/BurntSushi/toml v1.3.2
|
2
cmd/slackware-sync/go.sum
Normal file
2
cmd/slackware-sync/go.sum
Normal 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=
|
Loading…
Reference in a new issue