-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (17 loc) · 789 Bytes
/
go.mod
File metadata and controls
18 lines (17 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module webup/push
require (
github.com/BurntSushi/toml v0.0.0-20160717150709-99064174e013
github.com/Sirupsen/logrus v0.10.0
github.com/dgrijalva/jwt-go v3.1.0+incompatible
github.com/go-sql-driver/mysql v0.0.0-20160802113842-0b58b37b664c
github.com/labstack/echo v0.0.0-20160926051323-04e6901d05b5
github.com/labstack/gommon v0.0.0-20160819151315-431777a5117c
github.com/lib/pq v1.2.0
github.com/mattn/go-colorable v0.0.6
github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c
github.com/sideshow/apns2 v0.0.0-20171218084920-df275e5c35d2
github.com/valyala/fasttemplate v0.0.0-20160315193134-3b874956e03f
golang.org/x/crypto v0.0.0-20161021210131-3c0d69f17772
golang.org/x/net v0.0.0-20160907153335-9313baa13d92
golang.org/x/sys v0.0.0-20160907145946-30de6d19a3bd
)