omegafox/launcher/go.mod
daijro.dev@gmail.com 0448ea1c20 Launcher fixes for Windows
- Use GetEnvironmentVariableW to get CAMOU_CONFIG in UTF-16 instead of ANSI on Windows. Prevents data loss.
- Added ability to pass in CAMOU_CONFIG in multiple environment variables
- Split environment variables into 2047 character chunks on Windows
- Use github.com/goccy/go-json for faster JSON encoding
- Fix Windows not finding relative camoufox.exe file
2024-08-06 05:40:54 -05:00

7 lines
125 B
Modula-2

module launch
go 1.22.5
require github.com/mileusna/useragent v1.3.4
require github.com/goccy/go-json v0.10.3 // indirect