Create go module for project

This commit is contained in:
Chandler Swift 2020-03-20 10:27:52 -05:00
parent f60c7a15bc
commit 095080cdad
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/chandlerswift/factorio-site
go 1.14
require github.com/james4k/rcon v0.0.0-20120923215419-8fbb8268b60a

2
go.sum Normal file
View file

@ -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=