Chandler Swift
f17074d22d
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
16 lines
403 B
Modula-2
16 lines
403 B
Modula-2
module git.chandlerswift.com/chandlerswift/minecraft-site
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
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
|
|
)
|