diff --git a/.gitignore b/.gitignore index 1377554..a630ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.swp +go.mod +go.sum diff --git a/go.mod b/go.mod deleted file mode 100644 index 085301d..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module go.wit.com/log - -go 1.21.4 - -require go.wit.com/dev/davecgh/spew v1.1.4 diff --git a/go.sum b/go.sum deleted file mode 100644 index e2dba54..0000000 --- a/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNek= -go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA=