This commit is contained in:
Sakurasan
2023-03-22 22:47:59 +08:00
commit 4668571cbc
4 changed files with 110 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module chat
go 1.19
require (
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.6.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)