Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerCornish committed Sep 30, 2020
2 parents 5c000ac + 540e89b commit 91ff6a3
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 71 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.dylib

app-prod.yaml
app-staging.yaml
app.yaml
app-staging.yaml

Expand All @@ -18,3 +19,4 @@ app-staging.yaml
msubot-appspot

.vscode/

21 changes: 8 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ module github.com/SpencerCornish/msubot-appspot
go 1.13

require (
cloud.google.com/go/firestore v1.0.0
cloud.google.com/go/firestore v1.3.0
firebase.google.com/go v3.13.0+incompatible
github.com/PuerkitoBio/goquery v1.5.0
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mattn/goveralls v0.0.5 // indirect
github.com/mgechev/revive v1.0.1 // indirect
github.com/plivo/plivo-go v4.1.1+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
github.com/PuerkitoBio/goquery v1.5.1
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/plivo/plivo-go v4.9.1+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
)

0 comments on commit 91ff6a3

Please sign in to comment.