diff --git a/ast/go.mod b/ast/go.mod deleted file mode 100644 index 3fac225..0000000 --- a/ast/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module gitlab.com/whom/shs/ast - -go 1.14 diff --git a/go.sum b/go.sum index 454fe40..8b3e7fa 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= +gitlab.com/whom/shs/ast v0.0.0-20200628205108-baa4ce030060 h1:q8VtryYSdSIeYlgJbZswVUAjy0LvmMsydQZmi1Qb+gc= +gitlab.com/whom/shs/ast v0.0.0-20200628205108-baa4ce030060/go.mod h1:uez84wOTSf9wSv/Um4BOhpsZgRNN8xkRRCZ86k7M7uU= +gitlab.com/whom/shs/log v0.0.0-20200628205108-baa4ce030060 h1:9kXRXS6ItnGKJlavvevLiIMJZVVipWlhCDwKmi+7600= +gitlab.com/whom/shs/log v0.0.0-20200628205108-baa4ce030060/go.mod h1:ns9Wf5kw0cdOZH8SDcGpUiSwlABF+XTZBJwZyzQdM/w= +gitlab.com/whom/shs/stdlib v0.0.0-20200628205108-baa4ce030060 h1:Khuo4tniRsU2fGYiRbyucS5l8UksSvfdLkNb6ivq4/A= +gitlab.com/whom/shs/stdlib v0.0.0-20200628205108-baa4ce030060/go.mod h1:noPvbzvyEtapi7VS/D/tcSBAM3cXUU+/AtkBNJWBnn4= diff --git a/log/go.mod b/log/go.mod deleted file mode 100644 index 1cc65a3..0000000 --- a/log/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module gitlab.com/whom/shs/log - -go 1.14 diff --git a/stdlib/go.mod b/stdlib/go.mod deleted file mode 100644 index ad75a2e..0000000 --- a/stdlib/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module gitlab.com/whom/shs/stdlib - -go 1.14