generated from IBM/template-go-gin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.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
)