-
- Downloads
No related branches found
No related tags found
... | @@ -2,12 +2,12 @@ module bitbucket.software.geant.org/projects/NMAAS/repos/nmaas-janitor | ... | @@ -2,12 +2,12 @@ module bitbucket.software.geant.org/projects/NMAAS/repos/nmaas-janitor |
require ( | require ( | ||
github.com/johnaoss/htpasswd v0.0.0-20190120213328-a0cc59f788da | github.com/johnaoss/htpasswd v0.0.0-20190120213328-a0cc59f788da | ||
github.com/xanzy/go-gitlab v0.99.0 | github.com/xanzy/go-gitlab v0.100.0 | ||
google.golang.org/grpc v1.62.1 | google.golang.org/grpc v1.62.1 | ||
google.golang.org/protobuf v1.33.0 | google.golang.org/protobuf v1.33.0 | ||
k8s.io/api v0.29.2 | k8s.io/api v0.29.3 | ||
k8s.io/apimachinery v0.29.2 | k8s.io/apimachinery v0.29.3 | ||
k8s.io/client-go v0.29.2 | k8s.io/client-go v0.29.3 | ||
) | ) | ||
require ( | require ( | ||
... | @@ -19,7 +19,7 @@ require ( | ... | @@ -19,7 +19,7 @@ require ( |
github.com/go-openapi/jsonreference v0.20.2 // indirect | github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | github.com/google/gofuzz v1.2.0 // indirect | ||
... | ... |
Please register or sign in to comment