Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wtks committed Jan 31, 2020
1 parent e36eac2 commit b1d7072
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 41 deletions.
33 changes: 21 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/traPtitech/traQ

require (
cloud.google.com/go v0.51.0
cloud.google.com/go/firestore v1.0.0 // indirect
firebase.google.com/go v3.11.1+incompatible
cloud.google.com/go v0.52.0
cloud.google.com/go/firestore v1.1.1 // indirect
cloud.google.com/go/storage v1.5.0 // indirect
firebase.google.com/go v3.12.0+incompatible
github.com/NYTimes/gziphandler v1.1.1
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
github.com/blendle/zapdriver v1.3.1
Expand All @@ -16,36 +17,44 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/gorilla/websocket v1.4.1
github.com/hashicorp/golang-lru v0.5.3
github.com/hashicorp/golang-lru v0.5.4
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jakobvarmose/go-qidenticon v0.0.0-20170128000056-5c327fb4e74a
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/labstack/echo/v4 v4.1.13
github.com/labstack/echo/v4 v4.1.14
github.com/leandro-lugaresi/hub v1.1.0
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/ncw/swift v1.0.49
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/client_golang v1.4.0
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.4.0
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
golang.org/x/exp v0.0.0-20191227195350-da58074b4299
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
golang.org/x/tools v0.0.0-20200131000851-b4207ef49307 // indirect
google.golang.org/api v0.15.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect
google.golang.org/grpc v1.27.0 // indirect
gopkg.in/go-playground/webhooks.v5 v5.13.0
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/guregu/null.v3 v3.4.0
gopkg.in/yaml.v2 v2.2.7
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.2.8
)

replace github.com/blendle/zapdriver v1.3.1 => github.com/wtks/zapdriver v1.3.1-patch.0
Expand Down
Loading

0 comments on commit b1d7072

Please sign in to comment.