diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..11f974d --- /dev/null +++ b/go.mod @@ -0,0 +1,7 @@ +module github.com/paked/messenger + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/testify v1.2.2 +)