From 574e76ae935c4931ec50b14a94dee930ed6f3d5a Mon Sep 17 00:00:00 2001 From: ayyansea Date: Mon, 18 Nov 2024 21:53:29 +0300 Subject: feat: restructure project + add a basic cli arg parser --- go.mod | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 53c34e3..79ff641 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,10 @@ -module uptfs +module github.com/ayyansea/uptfs go 1.23.2 -require gopkg.in/yaml.v3 v3.0.1 // indirect +require gopkg.in/yaml.v3 v3.0.1 + +require ( + github.com/alexflint/go-arg v1.5.1 // indirect + github.com/alexflint/go-scalar v1.2.0 // indirect +) -- cgit v1.2.3