Skip to content

Commit

Permalink
add e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh committed Mar 13, 2020
1 parent 8e97692 commit dee7728
Show file tree
Hide file tree
Showing 19 changed files with 1,727 additions and 28 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ go 1.13
require (
github.com/aws/aws-sdk-go v1.29.13
github.com/deckarep/golang-set v1.7.1
github.com/evanphx/json-patch v4.2.0+incompatible
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/spf13/cobra v0.0.5
Expand Down
30 changes: 2 additions & 28 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit dee7728

Please sign in to comment.