-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 840 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/joeholley/tomolink
go 1.13
require (
cloud.google.com/go/firestore v1.1.0
github.com/TV4/logrus-stackdriver-formatter v0.1.0
github.com/cloudflare/cfssl v1.4.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-ini/ini v1.51.1 // indirect
github.com/golang/gddo v0.0.0-20191216155521-fbfc0f5e7810
github.com/gorilla/mux v1.7.3
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.2 // indirect
github.com/zpatrick/go-config v0.0.0-20191118215128-80ba6b3e54f6
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
google.golang.org/api v0.13.0
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
open-match.dev/open-match v0.8.0
)