mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
The current garble release is able to obfuscate it with Go 1.20. While here, re-generate all files to use "go 1.20" directives, and add a TODO about also testing binary builds for each project. See #600.
6 lines
79 B
Modula-2
6 lines
79 B
Modula-2
module test
|
|
|
|
go 1.20
|
|
|
|
require github.com/andybalholm/brotli v1.0.4 // indirect
|