-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.work
More file actions
34 lines (33 loc) · 773 Bytes
/
go.work
File metadata and controls
34 lines (33 loc) · 773 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
29
30
31
32
33
34
// Keep it on 1.20, so that it can be compiled for Windows 7 too if it's compiled with Go 1.20 (it's the last version
// supporting it).
go 1.20
use (
./Modules/CmdsExecutor
./Modules/EmailSender
./Modules/GPTCommunicator
./Modules/GoogleManager
./Modules/ModulesManager
./Modules/OnlineInfoChk
./Modules/RSSFeedNotifier
./Modules/SMARTChecker
./Modules/Speech
./Modules/SpeechRecognition
./Modules/SystemChecker
./Modules/TasksExecutor
./Modules/UserLocator
./Modules/WebsiteBackend
./ClientCode
./data/ProgramData
./Libraries/ACD
./Libraries/DialogMan
./Libraries/SettingsSync
./Libraries/GMan
./Libraries/GPTComm
./Libraries/OICComm
./Libraries/SCLink
./Libraries/SpeechQueue
./Libraries/TEHelper
./Libraries/ULHelper
./ServerCode
./Utils
)