summaryrefslogtreecommitdiff
path: root/nbt/nbt.go
diff options
context:
space:
mode:
Diffstat (limited to 'nbt/nbt.go')
-rw-r--r--nbt/nbt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbt/nbt.go b/nbt/nbt.go
index dd8db1d..614fc7c 100644
--- a/nbt/nbt.go
+++ b/nbt/nbt.go
@@ -6,7 +6,7 @@ import (
"encoding/hex"
"errors"
"fmt"
- "github.com/kch42/kagus"
+ "github.com/silvasur/kagus"
"io"
"strconv"
)