Skip to content

Commit 13b90ca

Browse files
committed
update to the latest version of dragonfly
1 parent 89922cb commit 13b90ca

3 files changed

Lines changed: 48 additions & 464 deletions

File tree

go.mod

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
module github.com/df-mc/schematic
22

3-
go 1.13
3+
go 1.24
44

55
require (
6-
github.com/df-mc/dragonfly v0.8.5
7-
github.com/df-mc/worldupgrader v1.0.19 // indirect
8-
github.com/sandertv/gophertunnel v1.24.13
9-
github.com/sirupsen/logrus v1.9.0 // indirect
10-
go.uber.org/atomic v1.10.0 // indirect
11-
golang.org/x/exp v0.0.0-20221019170559-20944726eadf // indirect
12-
golang.org/x/image v0.1.0 // indirect
13-
golang.org/x/sys v0.1.0 // indirect
6+
github.com/df-mc/dragonfly v0.10.4
7+
github.com/df-mc/worldupgrader v1.0.19
8+
github.com/sandertv/gophertunnel v1.47.6
9+
)
10+
11+
require (
12+
github.com/brentp/intintmap v0.0.0-20190211203843-30dc0ade9af9 // indirect
13+
github.com/df-mc/goleveldb v1.1.9 // indirect
14+
github.com/go-gl/mathgl v1.2.0 // indirect
15+
github.com/golang/snappy v1.0.0 // indirect
16+
github.com/google/uuid v1.6.0 // indirect
17+
github.com/klauspost/compress v1.18.0 // indirect
18+
github.com/segmentio/fasthash v1.0.3 // indirect
19+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
20+
golang.org/x/net v0.41.0 // indirect
21+
golang.org/x/text v0.26.0 // indirect
1422
)

0 commit comments

Comments
 (0)