We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a212a commit 58d7cb5Copy full SHA for 58d7cb5
go.mod
@@ -0,0 +1,12 @@
1
+module github.com/theryecatcher/chirper
2
+
3
+require (
4
+ github.com/google/go-genproto.git b5d4398
5
+ github.com/grpc/grpc-go.git eb55fa5
6
+ github.com/golang/protobuf.git 951a149
7
+ github.com/google/uuid.git 9b3b1e0
8
+ github.com/gorilla/context.git 51ce91d
9
+ github.com/gorilla/securecookie.git e65cf8c
10
+ github.com/gorilla/sessions.git 68d1ede
11
+ github.com/julienschmidt/httprouter.git 26a0597
12
+)
0 commit comments