-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
36 lines (34 loc) · 1.45 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/jstang9527/gateway
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944
github.com/TruthHun/html2json v0.0.0-20191003085735-6ba0884c8c03
github.com/Ullaakut/nmap v2.0.0+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/digitalocean/go-qemu v0.0.0-20200529005954-1b453d036a9c
github.com/e421083458/golang_common v1.1.2
github.com/e421083458/gorm v1.0.1
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/sessions v1.1.3 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/jstang9527/opentest v0.0.0-20200714062315-937869229731
github.com/larspensjo/config v0.0.0-20160228172812-b6db95dc6321
github.com/olivere/elastic/v7 v7.0.19
github.com/pkg/errors v0.9.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/tebeka/selenium v0.9.9
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
gopkg.in/go-playground/validator.v9 v9.29.0
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
)