diff --git a/client/attach/get_rbd_responses.go b/client/attach/get_rbd_responses.go index a6b4fb4..df02e30 100644 --- a/client/attach/get_rbd_responses.go +++ b/client/attach/get_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetRbdReader is a Reader for the GetRbd structure. diff --git a/client/attach/list_rbds_responses.go b/client/attach/list_rbds_responses.go index a86c306..0a6c018 100644 --- a/client/attach/list_rbds_responses.go +++ b/client/attach/list_rbds_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListRbdsReader is a Reader for the ListRbds structure. diff --git a/client/attach/map_rbd_parameters.go b/client/attach/map_rbd_parameters.go index ca99523..2130082 100644 --- a/client/attach/map_rbd_parameters.go +++ b/client/attach/map_rbd_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMapRbdParams creates a new MapRbdParams object diff --git a/client/attach/map_rbd_responses.go b/client/attach/map_rbd_responses.go index a02fd57..96b93ee 100644 --- a/client/attach/map_rbd_responses.go +++ b/client/attach/map_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MapRbdReader is a Reader for the MapRbd structure. diff --git a/client/attach/unmap_rbd_responses.go b/client/attach/unmap_rbd_responses.go index 150ead0..b7c3a92 100644 --- a/client/attach/unmap_rbd_responses.go +++ b/client/attach/unmap_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmapRbdReader is a Reader for the UnmapRbd structure. diff --git a/client/containers/create_container_parameters.go b/client/containers/create_container_parameters.go index 29f7c35..e4288c4 100644 --- a/client/containers/create_container_parameters.go +++ b/client/containers/create_container_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewCreateContainerParams creates a new CreateContainerParams object diff --git a/client/containers/create_container_responses.go b/client/containers/create_container_responses.go index 1d9cc8f..e3d093b 100644 --- a/client/containers/create_container_responses.go +++ b/client/containers/create_container_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // CreateContainerReader is a Reader for the CreateContainer structure. diff --git a/client/containers/delete_container_byname_responses.go b/client/containers/delete_container_byname_responses.go index d29d2e9..26fdaea 100644 --- a/client/containers/delete_container_byname_responses.go +++ b/client/containers/delete_container_byname_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteContainerBynameReader is a Reader for the DeleteContainerByname structure. diff --git a/client/containers/delete_container_responses.go b/client/containers/delete_container_responses.go index d6077a2..8568402 100644 --- a/client/containers/delete_container_responses.go +++ b/client/containers/delete_container_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteContainerReader is a Reader for the DeleteContainer structure. diff --git a/client/containers/get_container_byname_responses.go b/client/containers/get_container_byname_responses.go index 22c28d2..f41c7c1 100644 --- a/client/containers/get_container_byname_responses.go +++ b/client/containers/get_container_byname_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetContainerBynameReader is a Reader for the GetContainerByname structure. diff --git a/client/containers/get_container_responses.go b/client/containers/get_container_responses.go index 3f0becf..984a18b 100644 --- a/client/containers/get_container_responses.go +++ b/client/containers/get_container_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetContainerReader is a Reader for the GetContainer structure. diff --git a/client/containers/list_containers_responses.go b/client/containers/list_containers_responses.go index 5c98bb5..faf32e3 100644 --- a/client/containers/list_containers_responses.go +++ b/client/containers/list_containers_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListContainersReader is a Reader for the ListContainers structure. diff --git a/client/containers/set_container_state_byname_responses.go b/client/containers/set_container_state_byname_responses.go index 3a1ee70..bf4c17f 100644 --- a/client/containers/set_container_state_byname_responses.go +++ b/client/containers/set_container_state_byname_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // SetContainerStateBynameReader is a Reader for the SetContainerStateByname structure. diff --git a/client/containers/set_container_state_responses.go b/client/containers/set_container_state_responses.go index b32a175..f88dea1 100644 --- a/client/containers/set_container_state_responses.go +++ b/client/containers/set_container_state_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // SetContainerStateReader is a Reader for the SetContainerState structure. diff --git a/client/imageapi_client.go b/client/imageapi_client.go index 73c4482..a57b094 100644 --- a/client/imageapi_client.go +++ b/client/imageapi_client.go @@ -10,9 +10,9 @@ import ( httptransport "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/client/attach" - "github.com/jlowellwofford/imageapi/client/containers" - "github.com/jlowellwofford/imageapi/client/mounts" + "github.com/kraken-hpc/imageapi/client/attach" + "github.com/kraken-hpc/imageapi/client/containers" + "github.com/kraken-hpc/imageapi/client/mounts" ) // Default imageapi HTTP client. diff --git a/client/mounts/delete_mount_parameters.go b/client/mounts/delete_mount_parameters.go index 0975a68..1ae9fc5 100644 --- a/client/mounts/delete_mount_parameters.go +++ b/client/mounts/delete_mount_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewDeleteMountParams creates a new DeleteMountParams object diff --git a/client/mounts/delete_mount_responses.go b/client/mounts/delete_mount_responses.go index cc47945..aab6901 100644 --- a/client/mounts/delete_mount_responses.go +++ b/client/mounts/delete_mount_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteMountReader is a Reader for the DeleteMount structure. diff --git a/client/mounts/get_mount_overlay_responses.go b/client/mounts/get_mount_overlay_responses.go index 4e715b7..630601d 100644 --- a/client/mounts/get_mount_overlay_responses.go +++ b/client/mounts/get_mount_overlay_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetMountOverlayReader is a Reader for the GetMountOverlay structure. diff --git a/client/mounts/get_mount_rbd_responses.go b/client/mounts/get_mount_rbd_responses.go index 080b8c8..9a0b6a3 100644 --- a/client/mounts/get_mount_rbd_responses.go +++ b/client/mounts/get_mount_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetMountRbdReader is a Reader for the GetMountRbd structure. diff --git a/client/mounts/list_mounts_overlay_responses.go b/client/mounts/list_mounts_overlay_responses.go index 54eab84..3fbbd31 100644 --- a/client/mounts/list_mounts_overlay_responses.go +++ b/client/mounts/list_mounts_overlay_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsOverlayReader is a Reader for the ListMountsOverlay structure. diff --git a/client/mounts/list_mounts_rbd_responses.go b/client/mounts/list_mounts_rbd_responses.go index 9ade1cc..bb739a9 100644 --- a/client/mounts/list_mounts_rbd_responses.go +++ b/client/mounts/list_mounts_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsRbdReader is a Reader for the ListMountsRbd structure. diff --git a/client/mounts/list_mounts_responses.go b/client/mounts/list_mounts_responses.go index f880b31..47bad6c 100644 --- a/client/mounts/list_mounts_responses.go +++ b/client/mounts/list_mounts_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsReader is a Reader for the ListMounts structure. diff --git a/client/mounts/mount_overlay_parameters.go b/client/mounts/mount_overlay_parameters.go index 1cf28b0..1012ad8 100644 --- a/client/mounts/mount_overlay_parameters.go +++ b/client/mounts/mount_overlay_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountOverlayParams creates a new MountOverlayParams object diff --git a/client/mounts/mount_overlay_responses.go b/client/mounts/mount_overlay_responses.go index f5be004..e3b6882 100644 --- a/client/mounts/mount_overlay_responses.go +++ b/client/mounts/mount_overlay_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountOverlayReader is a Reader for the MountOverlay structure. diff --git a/client/mounts/mount_parameters.go b/client/mounts/mount_parameters.go index 5d26806..053398c 100644 --- a/client/mounts/mount_parameters.go +++ b/client/mounts/mount_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountParams creates a new MountParams object diff --git a/client/mounts/mount_rbd_parameters.go b/client/mounts/mount_rbd_parameters.go index 2525366..8f37737 100644 --- a/client/mounts/mount_rbd_parameters.go +++ b/client/mounts/mount_rbd_parameters.go @@ -15,7 +15,7 @@ import ( cr "github.com/go-openapi/runtime/client" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountRbdParams creates a new MountRbdParams object diff --git a/client/mounts/mount_rbd_responses.go b/client/mounts/mount_rbd_responses.go index 7a4be13..6f00bf6 100644 --- a/client/mounts/mount_rbd_responses.go +++ b/client/mounts/mount_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountRbdReader is a Reader for the MountRbd structure. diff --git a/client/mounts/mount_responses.go b/client/mounts/mount_responses.go index 39b12f3..7e92299 100644 --- a/client/mounts/mount_responses.go +++ b/client/mounts/mount_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountReader is a Reader for the Mount structure. diff --git a/client/mounts/unmount_overlay_responses.go b/client/mounts/unmount_overlay_responses.go index dec78c0..9fe8582 100644 --- a/client/mounts/unmount_overlay_responses.go +++ b/client/mounts/unmount_overlay_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmountOverlayReader is a Reader for the UnmountOverlay structure. diff --git a/client/mounts/unmount_rbd_responses.go b/client/mounts/unmount_rbd_responses.go index 8bcf222..b3bd9f6 100644 --- a/client/mounts/unmount_rbd_responses.go +++ b/client/mounts/unmount_rbd_responses.go @@ -12,7 +12,7 @@ import ( "github.com/go-openapi/runtime" "github.com/go-openapi/strfmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmountRbdReader is a Reader for the UnmountRbd structure. diff --git a/cmd/imageapi-server/main.go b/cmd/imageapi-server/main.go index be8875f..cd4e2b0 100644 --- a/cmd/imageapi-server/main.go +++ b/cmd/imageapi-server/main.go @@ -9,8 +9,8 @@ import ( "github.com/go-openapi/loads" flags "github.com/jessevdk/go-flags" - "github.com/jlowellwofford/imageapi/restapi" - "github.com/jlowellwofford/imageapi/restapi/operations" + "github.com/kraken-hpc/imageapi/restapi" + "github.com/kraken-hpc/imageapi/restapi/operations" ) // This file was generated by the swagger tool. diff --git a/go.mod b/go.mod index e9c46bb..d0654dd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jlowellwofford/imageapi +module github.com/kraken-hpc/imageapi go 1.15 @@ -12,8 +12,8 @@ require ( github.com/go-openapi/swag v0.19.14 github.com/go-openapi/validate v0.20.2 github.com/jessevdk/go-flags v1.4.0 - github.com/jlowellwofford/go-fork v0.1.0 - github.com/jlowellwofford/uinit v0.1.0 + github.com/kraken-hpc/go-fork v0.1.1 + github.com/kraken-hpc/uinit v0.1.1 github.com/mailru/easyjson v0.7.7 // indirect github.com/sirupsen/logrus v1.8.1 golang.org/x/net v0.0.0-20210226101413-39120d07d75e diff --git a/go.sum b/go.sum index 75a25a1..130a943 100644 --- a/go.sum +++ b/go.sum @@ -179,10 +179,6 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jlowellwofford/go-fork v0.1.0 h1:5ZQTtU2wLZZzXpRXv12RrQS6yKtJYlO/NSGt/muagPc= -github.com/jlowellwofford/go-fork v0.1.0/go.mod h1:zyN2LmGALF7QJbMSbXe0j0hkfask/scXWxKR+wYr9fM= -github.com/jlowellwofford/uinit v0.1.0 h1:H5xe3lMVPiEMqBL2GQhdUgR+HAMROB8MchcsGaakKpQ= -github.com/jlowellwofford/uinit v0.1.0/go.mod h1:pSvgxRwS4DLDylGDoITBWMWVfrZNxytrE09UnTxkQrI= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= @@ -200,6 +196,10 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/kraken-hpc/go-fork v0.1.1 h1:O3X/ynoNy/eS7UIcZYef8ndFq2RXEIOue9kZqyzF0Sk= +github.com/kraken-hpc/go-fork v0.1.1/go.mod h1:uu0e5h+V4ONH5Qk/xuVlyNXJXy/swhqGIEMK7w+9dNc= +github.com/kraken-hpc/uinit v0.1.1 h1:gdKNgb0NQDU73mZKs4qfb0N2eY7q1K6jFaNe2f/2pTo= +github.com/kraken-hpc/uinit v0.1.1/go.mod h1:S09qeh87rhAU14nENTRIggeF/tC6n+QJAYvW11UP4HI= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= diff --git a/internal/api/container.go b/internal/api/container.go index 73b84be..9f37aa5 100644 --- a/internal/api/container.go +++ b/internal/api/container.go @@ -12,9 +12,9 @@ import ( "syscall" "time" - "github.com/jlowellwofford/go-fork" - "github.com/jlowellwofford/imageapi/models" - "github.com/jlowellwofford/uinit" + "github.com/kraken-hpc/go-fork" + "github.com/kraken-hpc/imageapi/models" + "github.com/kraken-hpc/uinit" "github.com/sirupsen/logrus" "golang.org/x/sys/unix" ) diff --git a/internal/api/mount.go b/internal/api/mount.go index acc186d..454b731 100644 --- a/internal/api/mount.go +++ b/internal/api/mount.go @@ -3,7 +3,7 @@ package api import ( "fmt" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // API operations on generic mountpoints diff --git a/internal/api/mount_overlay.go b/internal/api/mount_overlay.go index 0b60b3c..2f1c7c1 100644 --- a/internal/api/mount_overlay.go +++ b/internal/api/mount_overlay.go @@ -8,7 +8,7 @@ import ( "sync" "github.com/bensallen/rbd/pkg/mount" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" "github.com/sirupsen/logrus" ) diff --git a/internal/api/mount_rbd.go b/internal/api/mount_rbd.go index 94d74c0..bdf8084 100644 --- a/internal/api/mount_rbd.go +++ b/internal/api/mount_rbd.go @@ -7,7 +7,7 @@ import ( "sync" "github.com/bensallen/rbd/pkg/mount" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" "github.com/sirupsen/logrus" ) diff --git a/internal/api/rbds.go b/internal/api/rbds.go index 7b9f99c..386d611 100644 --- a/internal/api/rbds.go +++ b/internal/api/rbds.go @@ -7,7 +7,7 @@ import ( "sync" "github.com/bensallen/rbd/pkg/krbd" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" "github.com/sirupsen/logrus" ) diff --git a/restapi/configure_imageapi.go b/restapi/configure_imageapi.go index 073a139..8ebb08d 100644 --- a/restapi/configure_imageapi.go +++ b/restapi/configure_imageapi.go @@ -11,12 +11,12 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/swag" - internal "github.com/jlowellwofford/imageapi/internal/api" - "github.com/jlowellwofford/imageapi/models" - "github.com/jlowellwofford/imageapi/restapi/operations" - "github.com/jlowellwofford/imageapi/restapi/operations/attach" - "github.com/jlowellwofford/imageapi/restapi/operations/containers" - "github.com/jlowellwofford/imageapi/restapi/operations/mounts" + internal "github.com/kraken-hpc/imageapi/internal/api" + "github.com/kraken-hpc/imageapi/models" + "github.com/kraken-hpc/imageapi/restapi/operations" + "github.com/kraken-hpc/imageapi/restapi/operations/attach" + "github.com/kraken-hpc/imageapi/restapi/operations/containers" + "github.com/kraken-hpc/imageapi/restapi/operations/mounts" ) //go:generate swagger generate server --target ../../imageapi --name Imageapi --spec ../swagger.yaml --principal interface{} diff --git a/restapi/operations/attach/get_rbd_responses.go b/restapi/operations/attach/get_rbd_responses.go index 547e760..82f215a 100644 --- a/restapi/operations/attach/get_rbd_responses.go +++ b/restapi/operations/attach/get_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetRbdOKCode is the HTTP code returned for type GetRbdOK diff --git a/restapi/operations/attach/list_rbds_responses.go b/restapi/operations/attach/list_rbds_responses.go index 8ccba2b..101c216 100644 --- a/restapi/operations/attach/list_rbds_responses.go +++ b/restapi/operations/attach/list_rbds_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListRbdsOKCode is the HTTP code returned for type ListRbdsOK diff --git a/restapi/operations/attach/map_rbd_parameters.go b/restapi/operations/attach/map_rbd_parameters.go index 1036fe2..a1c3d94 100644 --- a/restapi/operations/attach/map_rbd_parameters.go +++ b/restapi/operations/attach/map_rbd_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMapRbdParams creates a new MapRbdParams object diff --git a/restapi/operations/attach/map_rbd_responses.go b/restapi/operations/attach/map_rbd_responses.go index 6bd0a1e..c91bd11 100644 --- a/restapi/operations/attach/map_rbd_responses.go +++ b/restapi/operations/attach/map_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MapRbdCreatedCode is the HTTP code returned for type MapRbdCreated diff --git a/restapi/operations/attach/unmap_rbd_responses.go b/restapi/operations/attach/unmap_rbd_responses.go index c100099..088fa9a 100644 --- a/restapi/operations/attach/unmap_rbd_responses.go +++ b/restapi/operations/attach/unmap_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmapRbdOKCode is the HTTP code returned for type UnmapRbdOK diff --git a/restapi/operations/containers/create_container_parameters.go b/restapi/operations/containers/create_container_parameters.go index 3eeb8a2..9c111ac 100644 --- a/restapi/operations/containers/create_container_parameters.go +++ b/restapi/operations/containers/create_container_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewCreateContainerParams creates a new CreateContainerParams object diff --git a/restapi/operations/containers/create_container_responses.go b/restapi/operations/containers/create_container_responses.go index 868784c..ab3c6fd 100644 --- a/restapi/operations/containers/create_container_responses.go +++ b/restapi/operations/containers/create_container_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // CreateContainerCreatedCode is the HTTP code returned for type CreateContainerCreated diff --git a/restapi/operations/containers/delete_container_byname_responses.go b/restapi/operations/containers/delete_container_byname_responses.go index 8625391..7ca501f 100644 --- a/restapi/operations/containers/delete_container_byname_responses.go +++ b/restapi/operations/containers/delete_container_byname_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteContainerBynameOKCode is the HTTP code returned for type DeleteContainerBynameOK diff --git a/restapi/operations/containers/delete_container_responses.go b/restapi/operations/containers/delete_container_responses.go index f5c5a1d..9f3aa5b 100644 --- a/restapi/operations/containers/delete_container_responses.go +++ b/restapi/operations/containers/delete_container_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteContainerOKCode is the HTTP code returned for type DeleteContainerOK diff --git a/restapi/operations/containers/get_container_byname_responses.go b/restapi/operations/containers/get_container_byname_responses.go index ea54f66..173a145 100644 --- a/restapi/operations/containers/get_container_byname_responses.go +++ b/restapi/operations/containers/get_container_byname_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetContainerBynameOKCode is the HTTP code returned for type GetContainerBynameOK diff --git a/restapi/operations/containers/get_container_responses.go b/restapi/operations/containers/get_container_responses.go index a3472fc..112c1de 100644 --- a/restapi/operations/containers/get_container_responses.go +++ b/restapi/operations/containers/get_container_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetContainerOKCode is the HTTP code returned for type GetContainerOK diff --git a/restapi/operations/containers/list_containers_responses.go b/restapi/operations/containers/list_containers_responses.go index c3931b6..e26c656 100644 --- a/restapi/operations/containers/list_containers_responses.go +++ b/restapi/operations/containers/list_containers_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListContainersOKCode is the HTTP code returned for type ListContainersOK diff --git a/restapi/operations/containers/set_container_state_byname_responses.go b/restapi/operations/containers/set_container_state_byname_responses.go index 5dc5488..ba1bde8 100644 --- a/restapi/operations/containers/set_container_state_byname_responses.go +++ b/restapi/operations/containers/set_container_state_byname_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // SetContainerStateBynameOKCode is the HTTP code returned for type SetContainerStateBynameOK diff --git a/restapi/operations/containers/set_container_state_responses.go b/restapi/operations/containers/set_container_state_responses.go index 10459ae..44e2d02 100644 --- a/restapi/operations/containers/set_container_state_responses.go +++ b/restapi/operations/containers/set_container_state_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // SetContainerStateOKCode is the HTTP code returned for type SetContainerStateOK diff --git a/restapi/operations/imageapi_api.go b/restapi/operations/imageapi_api.go index 7a8447a..412d2fc 100644 --- a/restapi/operations/imageapi_api.go +++ b/restapi/operations/imageapi_api.go @@ -19,9 +19,9 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/jlowellwofford/imageapi/restapi/operations/attach" - "github.com/jlowellwofford/imageapi/restapi/operations/containers" - "github.com/jlowellwofford/imageapi/restapi/operations/mounts" + "github.com/kraken-hpc/imageapi/restapi/operations/attach" + "github.com/kraken-hpc/imageapi/restapi/operations/containers" + "github.com/kraken-hpc/imageapi/restapi/operations/mounts" ) // NewImageapiAPI creates a new Imageapi instance diff --git a/restapi/operations/mounts/delete_mount_parameters.go b/restapi/operations/mounts/delete_mount_parameters.go index 7cad04d..75e0105 100644 --- a/restapi/operations/mounts/delete_mount_parameters.go +++ b/restapi/operations/mounts/delete_mount_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewDeleteMountParams creates a new DeleteMountParams object diff --git a/restapi/operations/mounts/delete_mount_responses.go b/restapi/operations/mounts/delete_mount_responses.go index 3ef5602..e44cd04 100644 --- a/restapi/operations/mounts/delete_mount_responses.go +++ b/restapi/operations/mounts/delete_mount_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // DeleteMountOKCode is the HTTP code returned for type DeleteMountOK diff --git a/restapi/operations/mounts/get_mount_overlay_responses.go b/restapi/operations/mounts/get_mount_overlay_responses.go index a85339d..6017327 100644 --- a/restapi/operations/mounts/get_mount_overlay_responses.go +++ b/restapi/operations/mounts/get_mount_overlay_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetMountOverlayOKCode is the HTTP code returned for type GetMountOverlayOK diff --git a/restapi/operations/mounts/get_mount_rbd_responses.go b/restapi/operations/mounts/get_mount_rbd_responses.go index 2f059a1..690d1d5 100644 --- a/restapi/operations/mounts/get_mount_rbd_responses.go +++ b/restapi/operations/mounts/get_mount_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // GetMountRbdOKCode is the HTTP code returned for type GetMountRbdOK diff --git a/restapi/operations/mounts/list_mounts_overlay_responses.go b/restapi/operations/mounts/list_mounts_overlay_responses.go index c34ac5e..3368c67 100644 --- a/restapi/operations/mounts/list_mounts_overlay_responses.go +++ b/restapi/operations/mounts/list_mounts_overlay_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsOverlayOKCode is the HTTP code returned for type ListMountsOverlayOK diff --git a/restapi/operations/mounts/list_mounts_rbd_responses.go b/restapi/operations/mounts/list_mounts_rbd_responses.go index 85d5061..e9fcff3 100644 --- a/restapi/operations/mounts/list_mounts_rbd_responses.go +++ b/restapi/operations/mounts/list_mounts_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsRbdOKCode is the HTTP code returned for type ListMountsRbdOK diff --git a/restapi/operations/mounts/list_mounts_responses.go b/restapi/operations/mounts/list_mounts_responses.go index db09c48..8c53542 100644 --- a/restapi/operations/mounts/list_mounts_responses.go +++ b/restapi/operations/mounts/list_mounts_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // ListMountsOKCode is the HTTP code returned for type ListMountsOK diff --git a/restapi/operations/mounts/mount_overlay_parameters.go b/restapi/operations/mounts/mount_overlay_parameters.go index 3605f60..d60bf64 100644 --- a/restapi/operations/mounts/mount_overlay_parameters.go +++ b/restapi/operations/mounts/mount_overlay_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountOverlayParams creates a new MountOverlayParams object diff --git a/restapi/operations/mounts/mount_overlay_responses.go b/restapi/operations/mounts/mount_overlay_responses.go index f91bf10..a519bc2 100644 --- a/restapi/operations/mounts/mount_overlay_responses.go +++ b/restapi/operations/mounts/mount_overlay_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountOverlayCreatedCode is the HTTP code returned for type MountOverlayCreated diff --git a/restapi/operations/mounts/mount_parameters.go b/restapi/operations/mounts/mount_parameters.go index 137f72b..3330628 100644 --- a/restapi/operations/mounts/mount_parameters.go +++ b/restapi/operations/mounts/mount_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountParams creates a new MountParams object diff --git a/restapi/operations/mounts/mount_rbd_parameters.go b/restapi/operations/mounts/mount_rbd_parameters.go index 19cd8bb..6787b0a 100644 --- a/restapi/operations/mounts/mount_rbd_parameters.go +++ b/restapi/operations/mounts/mount_rbd_parameters.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // NewMountRbdParams creates a new MountRbdParams object diff --git a/restapi/operations/mounts/mount_rbd_responses.go b/restapi/operations/mounts/mount_rbd_responses.go index 57ba098..aa38bb8 100644 --- a/restapi/operations/mounts/mount_rbd_responses.go +++ b/restapi/operations/mounts/mount_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountRbdCreatedCode is the HTTP code returned for type MountRbdCreated diff --git a/restapi/operations/mounts/mount_responses.go b/restapi/operations/mounts/mount_responses.go index 05e25a7..5779ddf 100644 --- a/restapi/operations/mounts/mount_responses.go +++ b/restapi/operations/mounts/mount_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // MountCreatedCode is the HTTP code returned for type MountCreated diff --git a/restapi/operations/mounts/unmount_overlay_responses.go b/restapi/operations/mounts/unmount_overlay_responses.go index c4d9603..1ff960c 100644 --- a/restapi/operations/mounts/unmount_overlay_responses.go +++ b/restapi/operations/mounts/unmount_overlay_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmountOverlayOKCode is the HTTP code returned for type UnmountOverlayOK diff --git a/restapi/operations/mounts/unmount_rbd_responses.go b/restapi/operations/mounts/unmount_rbd_responses.go index 04da92e..54d74a7 100644 --- a/restapi/operations/mounts/unmount_rbd_responses.go +++ b/restapi/operations/mounts/unmount_rbd_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/jlowellwofford/imageapi/models" + "github.com/kraken-hpc/imageapi/models" ) // UnmountRbdOKCode is the HTTP code returned for type UnmountRbdOK diff --git a/restapi/server.go b/restapi/server.go index c822e68..ec34b1e 100644 --- a/restapi/server.go +++ b/restapi/server.go @@ -25,7 +25,7 @@ import ( flags "github.com/jessevdk/go-flags" "golang.org/x/net/netutil" - "github.com/jlowellwofford/imageapi/restapi/operations" + "github.com/kraken-hpc/imageapi/restapi/operations" ) const (