mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
d0c8c8d844
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.
11 lines
243 B
Modula-2
11 lines
243 B
Modula-2
module test
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|