fix(report): record not found on reporting with OVAL #679 (#680)

* fix(report): record not found on reporting with OVAL #679

* lock go version in .travis.yml
This commit is contained in:
Kota Kanbe
2018-07-10 15:14:35 +09:00
committed by GitHub
parent 9e9370b178
commit 81f2ba8a46
5 changed files with 101 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
@@ -16,13 +16,18 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "12.2.0-beta"
version = "18.0.0"
[[constraint]]
name = "github.com/BurntSushi/toml"
@@ -30,11 +35,11 @@
[[constraint]]
name = "github.com/asaskevich/govalidator"
version = "8.0.0"
version = "9.0.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.67"
version = "1.14.23"
[[constraint]]
name = "github.com/boltdb/bolt"
@@ -42,7 +47,7 @@
[[constraint]]
name = "github.com/cenkalti/backoff"
version = "1.1.0"
version = "2.0.0"
[[constraint]]
branch = "master"
@@ -61,8 +66,8 @@
version = "0.3.0"
[[constraint]]
branch = "master"
name = "github.com/k0kubun/pp"
version = "2.3.0"
[[constraint]]
branch = "master"
@@ -88,17 +93,25 @@
branch = "master"
name = "github.com/kotakanbe/logrus-prefixed-formatter"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
[[constraint]]
name = "github.com/nlopes/slack"
version = "0.1.0"
version = "0.2.0"
[[constraint]]
name = "github.com/parnurzeal/gorequest"
version = "0.2.15"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/rifflock/lfshook"
version = "2.2.0"
version = "2.3.0"
[[constraint]]
branch = "master"
@@ -108,6 +121,6 @@
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
[prune]
go-tests = true
unused-packages = true