Commits on Source (2)
-
See merge request !656 Co-authored-by:
Renovate Bot <renovate@danet.fbi.h-da.de>
-
Neil-Jocelyn Schark authored
See merge request !665
Showing
- .gitlab-ci.yml 0 additions, 4 deletions.gitlab-ci.yml
- .gitlab/ci/.deploy-k8s.yml 0 additions, 64 deletions.gitlab/ci/.deploy-k8s.yml
- .gitlab/ci/.uml-autogen-ci.yml 0 additions, 31 deletions.gitlab/ci/.uml-autogen-ci.yml
- .gitlab/ci/legacy/.integration-test-containerlab.yml 0 additions, 81 deletions.gitlab/ci/legacy/.integration-test-containerlab.yml
- .gitlab/ci/legacy/.integration-test.yml 0 additions, 32 deletions.gitlab/ci/legacy/.integration-test.yml
- go.mod 4 additions, 4 deletionsgo.mod
- go.sum 8 additions, 0 deletionsgo.sum
.gitlab/ci/.deploy-k8s.yml
deleted
100644 → 0
.gitlab/ci/.uml-autogen-ci.yml
deleted
100644 → 0
... | ... | @@ -24,8 +24,8 @@ require ( |
github.com/stretchr/testify v1.8.4 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
golang.org/x/sync v0.5.0 | ||
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect | ||
google.golang.org/grpc v1.60.0 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -94,7 +94,7 @@ require ( |
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.3.20 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231127180814-3a041ad873d4 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 | ||
) | ||
require ( | ||
... | ... | @@ -123,5 +123,5 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231211222908-989df2bf70f3 // indirect | ||
) |