1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-19 05:08:07 +00:00

fix go.mod dependency (#330)

This commit is contained in:
patelpayal 2019-06-28 01:48:52 -07:00 committed by Liz Rice
parent f7e3257e3c
commit e066ec69dd

3
go.mod
View File

@ -1,9 +1,8 @@
module github.com/mrueg/kube-bench
module github.com/aquasecurity/kube-bench
go 1.12
require (
github.com/aquasecurity/kube-bench v0.0.29
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/color v1.5.0