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

Commit

Permalink
Merge pull request #1 from DSC-TW/feature/setup-api
Browse files Browse the repository at this point in the history
[Feature] setup api architecture
  • Loading branch information
jamfly authored Feb 25, 2020
2 parents 9759539 + 8d9cf91 commit 4497677
Show file tree
Hide file tree
Showing 5 changed files with 296 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 4497677

Please sign in to comment.