Skip to content

Commit 802ef5d

Browse files
committed
Apply Klarrio:vulns from #116 PR
1 parent ba0d520 commit 802ef5d

File tree

205 files changed

+11631
-3900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+11631
-3900
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/elazarl/goproxy v0.0.0-20171101143503-a96fa3a31826
99
github.com/fsnotify/fsnotify v1.4.9
1010
github.com/go-ldap/ldap/v3 v3.2.3
11-
github.com/golang/protobuf v1.4.2
11+
github.com/golang/protobuf v1.4.3
1212
github.com/google/uuid v1.2.0
1313
github.com/hashicorp/go-hclog v0.0.0-20180122232401-5bcb0f17e364
1414
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
@@ -17,20 +17,20 @@ require (
1717
github.com/jcmturner/gokrb5/v8 v8.4.3
1818
github.com/oklog/run v1.1.0
1919
github.com/pkg/errors v0.9.1
20-
github.com/prometheus/client_golang v1.7.1
20+
github.com/prometheus/client_golang v1.11.1
2121
github.com/sirupsen/logrus v1.6.0
2222
github.com/spf13/cobra v0.0.1
2323
github.com/spf13/viper v1.0.2
2424
github.com/stretchr/testify v1.8.0
2525
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
2626
golang.org/x/net v0.0.0-20220725212005-46097bf591d3
27-
golang.org/x/oauth2 v0.0.0-20180314180239-fdc9e635145a
27+
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
2828
google.golang.org/api v0.0.0-20180313183023-c24aa0e5ed34
2929
google.golang.org/grpc v1.10.0
3030
)
3131

3232
require (
33-
cloud.google.com/go v0.19.0 // indirect
33+
cloud.google.com/go v0.34.0 // indirect
3434
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
3535
github.com/BurntSushi/toml v0.3.1 // indirect
3636
github.com/beorn7/perks v1.0.1 // indirect
@@ -54,8 +54,8 @@ require (
5454
github.com/pelletier/go-toml v1.2.0 // indirect
5555
github.com/pmezard/go-difflib v1.0.0 // indirect
5656
github.com/prometheus/client_model v0.2.0 // indirect
57-
github.com/prometheus/common v0.10.0 // indirect
58-
github.com/prometheus/procfs v0.1.3 // indirect
57+
github.com/prometheus/common v0.26.0 // indirect
58+
github.com/prometheus/procfs v0.6.0 // indirect
5959
github.com/spf13/afero v1.1.1 // indirect
6060
github.com/spf13/cast v1.2.0 // indirect
6161
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
@@ -64,9 +64,9 @@ require (
6464
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
6565
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
6666
golang.org/x/text v0.3.7 // indirect
67-
google.golang.org/appengine v1.0.0 // indirect
67+
google.golang.org/appengine v1.4.0 // indirect
6868
google.golang.org/genproto v0.0.0-20180316064809-f8c870359523 // indirect
69-
google.golang.org/protobuf v1.23.0 // indirect
69+
google.golang.org/protobuf v1.26.0-rc.1 // indirect
7070
gopkg.in/yaml.v2 v2.3.0 // indirect
7171
gopkg.in/yaml.v3 v3.0.1 // indirect
7272
)

go.sum

Lines changed: 36 additions & 12 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)