forked from wso2/product-microgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 524 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/wso2/micro-gw
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/envoyproxy/go-control-plane v0.9.5
github.com/fsnotify/fsnotify v1.4.9
github.com/getkin/kin-openapi v0.8.0
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.19.7
github.com/golang/protobuf v1.4.0
github.com/gorilla/mux v1.7.4
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.5.1
google.golang.org/appengine v1.4.0
google.golang.org/grpc v1.29.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)