Skip to content
Snippets Groups Projects
Commit 3ebb89dc authored by Kunz, Immanuel's avatar Kunz, Immanuel
Browse files

final iteration of the generic evidence collector

parent 4c660f68
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ import ( ...@@ -38,7 +38,7 @@ import (
"clouditor.io/clouditor/api/assessment" "clouditor.io/clouditor/api/assessment"
"clouditor.io/clouditor/api/evidence" "clouditor.io/clouditor/api/evidence"
"clouditor.io/clouditor/logging/formatter" "clouditor.io/clouditor/logging/formatter"
"clouditor.io/clouditor/rest" "clouditor.io/clouditor/server/rest"
"clouditor.io/clouditor/service" "clouditor.io/clouditor/service"
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware" grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
grpc_auth "github.com/grpc-ecosystem/go-grpc-middleware/auth" grpc_auth "github.com/grpc-ecosystem/go-grpc-middleware/auth"
......
module collector module collector
go 1.19 go 1.21
require ( require (
clouditor.io/clouditor v1.7.7 clouditor.io/clouditor v1.10.1
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/sirupsen/logrus v1.9.0 github.com/sirupsen/logrus v1.9.3
golang.org/x/oauth2 v0.6.0 golang.org/x/oauth2 v0.13.0
google.golang.org/grpc v1.54.0 google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.30.0 google.golang.org/protobuf v1.31.0
) )
require ( require (
github.com/MicahParks/keyfunc v1.9.0 // indirect github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect github.com/google/uuid v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
github.com/logrusorgru/aurora/v3 v3.0.0 // indirect github.com/logrusorgru/aurora/v3 v3.0.0 // indirect
github.com/oxisto/oauth2go v0.7.1 // indirect github.com/oxisto/oauth2go v0.11.0 // indirect
github.com/srikrsna/protoc-gen-gotag v0.6.2 // indirect github.com/srikrsna/protoc-gen-gotag v0.6.2 // indirect
golang.org/x/crypto v0.7.0 // indirect golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.8.0 // indirect golang.org/x/sys v0.13.0 // indirect
golang.org/x/sys v0.6.0 // indirect golang.org/x/text v0.13.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
) )
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment