X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-go%2Fpkg%2Frestapi%2Fconfigure_a1.go;h=db1c46c791daf916b1e28707314fcb1f30407065;hb=8597ea9b28b88f5cefe8cc4e54c46fceeee84e55;hp=511268bc0641a6afcb5b7c613af0aeea1723a141;hpb=327d9dba437b30a06161d4f21cc2a33034d75bac;p=ric-plt%2Fa1.git diff --git a/a1-go/pkg/restapi/configure_a1.go b/a1-go/pkg/restapi/configure_a1.go index 511268b..db1c46c 100644 --- a/a1-go/pkg/restapi/configure_a1.go +++ b/a1-go/pkg/restapi/configure_a1.go @@ -30,9 +30,9 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" - "subh.com/a1-go/pkg/restapi/operations" - "subh.com/a1-go/pkg/restapi/operations/a1_e_i_data_delivery" - "subh.com/a1-go/pkg/restapi/operations/a1_mediator" + "gerrit.o-ran-sc.org/r/ric-plt/a1/pkg/restapi/operations" + "gerrit.o-ran-sc.org/r/ric-plt/a1/pkg/restapi/operations/a1_e_i_data_delivery" + "gerrit.o-ran-sc.org/r/ric-plt/a1/pkg/restapi/operations/a1_mediator" ) //go:generate swagger generate server --target ../../pkg --name A1 --spec ../../api/swagger.yaml --exclude-main