Skip to content

Commit 58d7cb5

Browse files
committed
Added go Mod File
1 parent a0a212a commit 58d7cb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)