Initial commit

This commit is contained in:
Dennis Schoepf 2023-12-19 23:34:12 +01:00
parent 4e92dc2d74
commit c308f5b602
3 changed files with 40 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module freed
go 1.21.5
require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.15.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)