Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Set up api architecture
Browse files Browse the repository at this point in the history
Signed-off-by: jamfly <[email protected]>
  • Loading branch information
jamfly committed Feb 25, 2020
1 parent 79eaffa commit 8d9cf91
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module dino-infra

go 1.13

require (
cloud.google.com/go/firestore v1.1.1
cloud.google.com/go/storage v1.5.0 // indirect
firebase.google.com/go v3.12.0+incompatible
github.com/gin-gonic/gin v1.5.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
google.golang.org/api v0.17.0
)
Loading

0 comments on commit 8d9cf91

Please sign in to comment.