5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 23:20:28 +00:00
This commit is contained in:
Arceliar 2018-06-21 10:39:43 -05:00
parent 19014a198e
commit 254be42614
2 changed files with 45 additions and 45 deletions

View File

@ -14,8 +14,8 @@ import (
"io/ioutil"
"strconv"
"golang.org/x/text/encoding/unicode"
"github.com/neilalexander/hjson-go"
"golang.org/x/text/encoding/unicode"
"yggdrasil/config"
)