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.
9 lines
141 B
Modula-2
9 lines
141 B
Modula-2
module test
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/samber/lo v1.21.0 // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
)
|