feat: Removes dependencies from project

This commit is contained in:
Dennis Schoepf 2023-12-20 20:37:24 +01:00
parent c308f5b602
commit 8fcf391ca9
2 changed files with 0 additions and 30 deletions

8
go.mod
View file

@ -1,11 +1,3 @@
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
)