-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 628 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/pcbuildpluscoding/aionet
go 1.25.0
require (
github.com/google/uuid v1.6.0
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/pcbuildpluscoding/logroll v0.0.1
github.com/pcbuildpluscoding/transport v0.0.1
golang.org/x/sys v0.46.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/pcbuildpluscoding/errorlist v0.0.0-20231121094649-61c3cd3a5182 // indirect
github.com/pcbuildpluscoding/strucex v0.0.0-20240411095744-06d31230c940 // indirect
github.com/pcbuildpluscoding/types v0.0.0-20231230061459-ef341fe86a2a // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
)