From b78e30d109d1baf59abb954f3172992d9704284c Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Thu, 19 Oct 2023 20:06:57 +0200 Subject: [PATCH] =?UTF-8?q?Gr=C3=B6=C3=9Ftenteils=20unwichtiger=20Kram?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + go.mod | 1 + go.sum | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a9a5aec..4de3d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tmp +test.sql diff --git a/go.mod b/go.mod index 729edcb..7ac21c0 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.21.1 require ( github.com/go-sql-driver/mysql v1.7.1 + github.com/google/uuid v1.3.1 golang.org/x/term v0.13.0 ) diff --git a/go.sum b/go.sum index 009f59d..e93653c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= +github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=