diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..0a7c431 --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module GoClouds + +go 1.13 + +require ( + github.com/mgr9525/go-cloud v1.0.6-0.20191107091222-524f1218fb4e // indirect + github.com/mgr9525/go-ruisutil v1.0.8-0.20191105071958-41a4e7d87b4f // indirect +)