diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c4437a5 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/go-chassis/foundation + +go 1.13 + +require github.com/stretchr/testify v1.6.1