diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c1890a4 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/chandlerswift/factorio-site + +go 1.14 + +require github.com/james4k/rcon v0.0.0-20120923215419-8fbb8268b60a diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..a8fa9d6 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/james4k/rcon v0.0.0-20120923215419-8fbb8268b60a h1:JxcWget6X/VfBMKxPIc28Jel37LGREut2fpV+ObkwJ0= +github.com/james4k/rcon v0.0.0-20120923215419-8fbb8268b60a/go.mod h1:1qNVsDcmNQDsAXYfUuF/Z0rtK5eT8x9D6Pi7S3PjXAg=