generated from IBM/template-go-gin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 827 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
module github.com/IBM/go-gin-app
go 1.13
require (
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-contrib/static v0.0.0-20180301030858-73da7037e716
github.com/gin-gonic/gin v1.1.5-0.20170702092826-d459835d2b07
github.com/golang/protobuf v1.1.0
github.com/ibm-developer/ibm-cloud-env-golang v1.0.0
github.com/mattn/go-isatty v0.0.3
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/testify v1.6.1
github.com/ugorji/go v1.1.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.2.2
)