-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.work
More file actions
28 lines (24 loc) · 556 Bytes
/
go.work
File metadata and controls
28 lines (24 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
go 1.26.0
toolchain go1.26.1
godebug (
// Always use native DNS resolver, otherwise unexpected IPs may be returned
netdns=cgo
// Necessary for launcher-config's internal.readCertsFromFile
x509negativeserial=1
)
use (
battle-server-broadcast
battle-server-manager
common
launcher
launcher-agent
launcher-common
launcher-config
launcher-config-admin
launcher-config-admin-agent
server
server-genCert
tools/scripts
tools/server-replay
)
replace github.com/luskaner/ageLANServer/battle-server-broadcast v1.3.0 => ./battle-server-broadcast