From 94078780972796ad80512389a3404b70b82994c1 Mon Sep 17 00:00:00 2001 From: iliya Date: Wed, 30 Nov 2022 02:50:01 +0330 Subject: [PATCH 1/2] update go.mod and go.sum --- go.mod | 5 +++++ go.sum | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b895f10 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/marethyu/gotube + +go 1.19 + +require golang.org/x/sync v0.1.0 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..595d314 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= +golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= From 7502679ea45db7c0ae46d75e32e71b0f35adf01d Mon Sep 17 00:00:00 2001 From: iliya Date: Wed, 30 Nov 2022 02:50:06 +0330 Subject: [PATCH 2/2] update go.mod and go.sum --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6d5a4f..7bcbb49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ gotube.exe *.mp4 *.txt -*.mp3 \ No newline at end of file +*.mp3 +.idea/* +.git \ No newline at end of file