[skip-changelog] Remove useless go.mod files in repo / Fix dependabot alerts (#2100)
* Removed go.mod from client_example * Removed go.mod from docsgen * Refactored discovery client and removed now useless go.mod files * Updated license cache * Upgraded some dependencies to fix dependabot alerts
Showing
This diff is collapsed.
This diff is collapsed.
docsgen/go.mod
deleted
100644 → 0
docsgen/go.sum
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -37,8 +37,8 @@ require ( |
go.bug.st/downloader/v2 v2.1.1 | ||
go.bug.st/relaxed-semver v0.9.0 | ||
go.bug.st/serial v1.3.2 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/text v0.4.0 | ||
golang.org/x/crypto v0.7.0 | ||
golang.org/x/text v0.8.0 | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
... | ... | @@ -51,7 +51,7 @@ require ( |
github.com/rogpeppe/go-internal v1.3.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
go.bug.st/testifyjson v1.1.1 | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
golang.org/x/term v0.6.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -91,8 +91,8 @@ require ( |
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
... | ... |
Please register or sign in to comment