forked from vulsio/goval-dictionary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 802 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/kotakanbe/goval-dictionary
go 1.12
require (
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/go-redis/redis v6.15.2+incompatible
github.com/google/subcommands v1.0.1
github.com/htcat/htcat v1.0.2
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/jinzhu/gorm v1.9.10
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v3.0.1+incompatible
github.com/kr/pretty v0.2.1 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.9 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/ymomoi/goval-parser v0.0.0-20170813122243-0a0be1dd9d08
gopkg.in/yaml.v2 v2.2.2
)