From 7ea12c3263599a80dd78b4e285369d1ef6aee87a Mon Sep 17 00:00:00 2001 From: "LinskRuis.32" Date: Thu, 7 Nov 2019 17:14:08 +0800 Subject: [PATCH] init- --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 go.mod 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 +)