Rename module

This commit is contained in:
Melon 2022-06-27 00:43:13 +01:00
parent b92763a7cf
commit 4ff00467d3
Signed by: melon
GPG Key ID: B0ADD5395BCDAAB6
8 changed files with 43 additions and 7 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

7
.idea/discord.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DiscordProjectSettings">
<option name="show" value="PROJECT_FILES" />
<option name="description" value="" />
</component>
</project>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/go-mcserverplayerlocator.iml" filepath="$PROJECT_DIR$/.idea/go-mcserverplayerlocator.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
mclookup "codehub.onpointcoding.net/sean/go-mclookup"
"code.mrmelon54.xyz/sean/go-mclookup"
"github.com/Tnze/go-mc/nbt"
)

4
go.mod
View File

@ -1,8 +1,8 @@
module codehub.onpointcoding.net/sean/go-mcserverplayerlocator
module code.mrmelon54.xyz/sean/go-mcserverplayerlocator
go 1.15
require (
codehub.onpointcoding.net/sean/go-mclookup v0.0.0-20201122232238-6a804b5efe4c
code.mrmelon54.xyz/sean/go-mclookup v0.0.0-20220626231637-6de8862cc179
github.com/Tnze/go-mc v1.16.1
)

6
go.sum
View File

@ -1,7 +1,5 @@
codehub.onpointcoding.net/sean/go-mclookup v0.0.0-20201122214338-c6eacd5035dd h1:+rANY6/6B0JUvjv1L/2F83OcPPD4pKEOpNZcYptJf5s=
codehub.onpointcoding.net/sean/go-mclookup v0.0.0-20201122214338-c6eacd5035dd/go.mod h1:BFdow03DiFDFpVqVDdFzzJTkPtTDMUSJcq0AiO59TPI=
codehub.onpointcoding.net/sean/go-mclookup v0.0.0-20201122232238-6a804b5efe4c h1:FJJ4+UnY2vvKd2Rr3KBZqEfsBpEBJ5ugtR7i7EEhg98=
codehub.onpointcoding.net/sean/go-mclookup v0.0.0-20201122232238-6a804b5efe4c/go.mod h1:BFdow03DiFDFpVqVDdFzzJTkPtTDMUSJcq0AiO59TPI=
code.mrmelon54.xyz/sean/go-mclookup v0.0.0-20220626231637-6de8862cc179 h1:rohJQdVWxEjI+z3h6EquBQmzjpmY1yulI4uahPWe00U=
code.mrmelon54.xyz/sean/go-mclookup v0.0.0-20220626231637-6de8862cc179/go.mod h1:ADn+PGj6bv9lUyheANew3xMmXfrn/T/gnwb61k2YiAc=
github.com/Tnze/go-mc v1.16.1 h1:KX2h8pLjqz6bJVVJpMa0TE6lkcPmAyzhlfhFp8AwyEs=
github.com/Tnze/go-mc v1.16.1/go.mod h1:LKj1KKSj4m58fpJaTmOHC3DdQKJ1RSfEGHFR1zMLSF8=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=