Skip to content

Commit

Permalink
Apply Klarrio:vulns from grepplabs#116 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Oct 27, 2022
1 parent ba0d520 commit 802ef5d
Show file tree
Hide file tree
Showing 205 changed files with 11,631 additions and 3,900 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/elazarl/goproxy v0.0.0-20171101143503-a96fa3a31826
github.com/fsnotify/fsnotify v1.4.9
github.com/go-ldap/ldap/v3 v3.2.3
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.2.0
github.com/hashicorp/go-hclog v0.0.0-20180122232401-5bcb0f17e364
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
Expand All @@ -17,20 +17,20 @@ require (
github.com/jcmturner/gokrb5/v8 v8.4.3
github.com/oklog/run v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.1
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.8.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
golang.org/x/net v0.0.0-20220725212005-46097bf591d3
golang.org/x/oauth2 v0.0.0-20180314180239-fdc9e635145a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
google.golang.org/api v0.0.0-20180313183023-c24aa0e5ed34
google.golang.org/grpc v1.10.0
)

require (
cloud.google.com/go v0.19.0 // indirect
cloud.google.com/go v0.34.0 // indirect
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand All @@ -54,8 +54,8 @@ require (
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
Expand All @@ -64,9 +64,9 @@ require (
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.0.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20180316064809-f8c870359523 // indirect
google.golang.org/protobuf v1.23.0 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
48 changes: 36 additions & 12 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 802ef5d

Please sign in to comment.