Update for Minecraft

Using template from the PHP version of this site, from 2016/2017!

$ ls -Alh
-rw-r--r-- 1 chandler chandler 1.5K Jan  4  2017 index.php
This commit is contained in:
Chandler Swift 2023-09-29 19:59:46 -05:00
parent 8dd1b7b58d
commit f17074d22d
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
7 changed files with 93 additions and 110 deletions

13
go.mod
View file

@ -1,8 +1,15 @@
module github.com/chandlerswift/factorio-site
module git.chandlerswift.com/chandlerswift/minecraft-site
go 1.14
go 1.21
require (
github.com/james4k/rcon v0.0.0-20120923215419-8fbb8268b60a
github.com/dreamscached/minequery/v2 v2.4.1
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/text v0.3.7 // indirect
)