This commit is contained in:
2022-02-01 20:12:32 -08:00
committed by user
parent 9dd2682b49
commit 01e9433404
7 changed files with 52 additions and 3 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.eeqj.de/sneak/mfer
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/protobuf v1.27.1
)