From 31d87723c129bc4c616991a551072ff008827672 Mon Sep 17 00:00:00 2001 From: hiroTamada Date: Tue, 13 Jan 2026 11:55:01 -0500 Subject: [PATCH] chore: rename GitHub org from onkernel to kernel Update Go module path and all import statements to reflect the GitHub organization rename from onkernel to kernel. - Update go.mod module path - Update all Go source file imports - Update documentation (README, CONTRIBUTING, CHANGELOG, api.md) --- CHANGELOG.md | 70 +++++++------- CONTRIBUTING.md | 2 +- README.md | 16 ++-- aliases.go | 4 +- api.md | 96 +++++++++---------- client.go | 4 +- client_test.go | 6 +- device.go | 10 +- device_test.go | 6 +- examples/push/main.go | 4 +- field.go | 2 +- go.mod | 2 +- health.go | 8 +- health_test.go | 6 +- image.go | 10 +- image_test.go | 6 +- ingress.go | 10 +- ingress_test.go | 6 +- instance.go | 14 +-- instance_test.go | 6 +- instancevolume.go | 8 +- instancevolume_test.go | 6 +- internal/apierror/apierror.go | 4 +- internal/apiform/encoder.go | 2 +- internal/apiform/form_test.go | 2 +- internal/apiform/richparam.go | 2 +- internal/apijson/decodeparam_test.go | 4 +- internal/apijson/decoder.go | 2 +- internal/apijson/decoderesp_test.go | 4 +- internal/apijson/subfield.go | 2 +- internal/apijson/union.go | 2 +- internal/apiquery/encoder.go | 2 +- internal/apiquery/query_test.go | 2 +- internal/apiquery/richparam.go | 2 +- internal/encoding/json/decode.go | 2 +- internal/encoding/json/encode.go | 4 +- internal/encoding/json/sentinel/null.go | 2 +- .../encoding/json/sentinel/sentinel_test.go | 4 +- internal/encoding/json/time.go | 2 +- internal/paramutil/field.go | 4 +- internal/paramutil/union.go | 2 +- internal/requestconfig/requestconfig.go | 8 +- lib/cp.go | 2 +- lib/push.go | 2 +- option/requestoption.go | 4 +- packages/param/encoder.go | 2 +- packages/param/encoder_test.go | 2 +- packages/param/null.go | 2 +- packages/param/null_test.go | 2 +- packages/param/option.go | 2 +- packages/param/param.go | 2 +- packages/respjson/decoder_test.go | 4 +- shared/constant/constants.go | 2 +- usage_test.go | 6 +- volume.go | 10 +- volume_test.go | 6 +- 56 files changed, 204 insertions(+), 204 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b777d4..7ae86a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,115 +2,115 @@ ## 0.8.0 (2025-12-23) -Full Changelog: [v0.7.0...v0.8.0](https://github.com/onkernel/hypeman-go/compare/v0.7.0...v0.8.0) +Full Changelog: [v0.7.0...v0.8.0](https://github.com/kernel/hypeman-go/compare/v0.7.0...v0.8.0) ### Features -* add hypeman cp for file copy to/from running VMs ([49ea898](https://github.com/onkernel/hypeman-go/commit/49ea89852eed5e0893febc4c68d295a0d1a8bfe5)) -* **encoder:** support bracket encoding form-data object members ([8ab31e8](https://github.com/onkernel/hypeman-go/commit/8ab31e89c70baa967842c1c160d0b49db44b089a)) -* gpu passthrough ([067a01b](https://github.com/onkernel/hypeman-go/commit/067a01b4ac06e82c2db6b165127144afa18a691d)) +* add hypeman cp for file copy to/from running VMs ([49ea898](https://github.com/kernel/hypeman-go/commit/49ea89852eed5e0893febc4c68d295a0d1a8bfe5)) +* **encoder:** support bracket encoding form-data object members ([8ab31e8](https://github.com/kernel/hypeman-go/commit/8ab31e89c70baa967842c1c160d0b49db44b089a)) +* gpu passthrough ([067a01b](https://github.com/kernel/hypeman-go/commit/067a01b4ac06e82c2db6b165127144afa18a691d)) ### Bug Fixes -* skip usage tests that don't work with Prism ([d62b246](https://github.com/onkernel/hypeman-go/commit/d62b2466715247e7d083ab7ef33040e5da036bd8)) +* skip usage tests that don't work with Prism ([d62b246](https://github.com/kernel/hypeman-go/commit/d62b2466715247e7d083ab7ef33040e5da036bd8)) ### Chores -* add float64 to valid types for RegisterFieldValidator ([b4666fd](https://github.com/onkernel/hypeman-go/commit/b4666fd1bfcdd17b0a4d4bf88541670cd40c8b1c)) +* add float64 to valid types for RegisterFieldValidator ([b4666fd](https://github.com/kernel/hypeman-go/commit/b4666fd1bfcdd17b0a4d4bf88541670cd40c8b1c)) ## 0.7.0 (2025-12-11) -Full Changelog: [v0.6.0...v0.7.0](https://github.com/onkernel/hypeman-go/compare/v0.6.0...v0.7.0) +Full Changelog: [v0.6.0...v0.7.0](https://github.com/kernel/hypeman-go/compare/v0.6.0...v0.7.0) ### Features -* Operational logs over API: hypeman.log, vmm.log ([ec614f5](https://github.com/onkernel/hypeman-go/commit/ec614f5bdc0e110f31cec905d6deb7f1d460305b)) -* Support TLS for ingress ([973a5d8](https://github.com/onkernel/hypeman-go/commit/973a5d8b65601e70801ed4570f76980d01c92198)) +* Operational logs over API: hypeman.log, vmm.log ([ec614f5](https://github.com/kernel/hypeman-go/commit/ec614f5bdc0e110f31cec905d6deb7f1d460305b)) +* Support TLS for ingress ([973a5d8](https://github.com/kernel/hypeman-go/commit/973a5d8b65601e70801ed4570f76980d01c92198)) ### Bug Fixes -* incorrect reporting of Stopped, add better error reporting ([dc27cbd](https://github.com/onkernel/hypeman-go/commit/dc27cbdc7985c1db74b19501f1eb7a5da6442041)) +* incorrect reporting of Stopped, add better error reporting ([dc27cbd](https://github.com/kernel/hypeman-go/commit/dc27cbdc7985c1db74b19501f1eb7a5da6442041)) ## 0.6.0 (2025-12-06) -Full Changelog: [v0.5.0...v0.6.0](https://github.com/onkernel/hypeman-go/compare/v0.5.0...v0.6.0) +Full Changelog: [v0.5.0...v0.6.0](https://github.com/kernel/hypeman-go/compare/v0.5.0...v0.6.0) ### Features -* Start and Stop VM ([b992228](https://github.com/onkernel/hypeman-go/commit/b99222818b197010ba324c2e2477047e5bf13802)) +* Start and Stop VM ([b992228](https://github.com/kernel/hypeman-go/commit/b99222818b197010ba324c2e2477047e5bf13802)) ### Bug Fixes -* **mcp:** correct code tool API endpoint ([0d87152](https://github.com/onkernel/hypeman-go/commit/0d8715273698dab9bb6c276352a13605ddd272a5)) -* rename param to avoid collision ([f1ec9d5](https://github.com/onkernel/hypeman-go/commit/f1ec9d52e3f5f6c8398bdded04a4ed9cfbd8151b)) +* **mcp:** correct code tool API endpoint ([0d87152](https://github.com/kernel/hypeman-go/commit/0d8715273698dab9bb6c276352a13605ddd272a5)) +* rename param to avoid collision ([f1ec9d5](https://github.com/kernel/hypeman-go/commit/f1ec9d52e3f5f6c8398bdded04a4ed9cfbd8151b)) ### Chores -* elide duplicate aliases ([9be276f](https://github.com/onkernel/hypeman-go/commit/9be276faa6d683ddffe3a21c969b44f13acface0)) -* **internal:** codegen related update ([f3de06d](https://github.com/onkernel/hypeman-go/commit/f3de06d220faf866b70829862cd1b76ee4e8fbf8)) +* elide duplicate aliases ([9be276f](https://github.com/kernel/hypeman-go/commit/9be276faa6d683ddffe3a21c969b44f13acface0)) +* **internal:** codegen related update ([f3de06d](https://github.com/kernel/hypeman-go/commit/f3de06d220faf866b70829862cd1b76ee4e8fbf8)) ## 0.5.0 (2025-12-05) -Full Changelog: [v0.4.0...v0.5.0](https://github.com/onkernel/hypeman-go/compare/v0.4.0...v0.5.0) +Full Changelog: [v0.4.0...v0.5.0](https://github.com/kernel/hypeman-go/compare/v0.4.0...v0.5.0) ### Features -* add Push and PushImage functions for OCI registry push ([7417cc8](https://github.com/onkernel/hypeman-go/commit/7417cc8a56c7d11c535ac7ab9a7b3d21d80bd2b4)) -* Ingress ([c751d1a](https://github.com/onkernel/hypeman-go/commit/c751d1a6bba5ca619c03f833f27251c6d3b855a7)) -* Initialize volume with data ([32d4047](https://github.com/onkernel/hypeman-go/commit/32d404746df0a3e9d83e7651105e6c6daa16476f)) -* try to fix name collision in codegen ([8173a73](https://github.com/onkernel/hypeman-go/commit/8173a73d0317d35870d5a3cec8f3fdec56fcf362)) -* Volume readonly multi-attach ([bac3fd2](https://github.com/onkernel/hypeman-go/commit/bac3fd2cee3325dc3d1b31e6077ad1f1ce13340c)) -* Volumes ([099f9b8](https://github.com/onkernel/hypeman-go/commit/099f9b8a2553087e117c8c8a9731900081d713f0)) +* add Push and PushImage functions for OCI registry push ([7417cc8](https://github.com/kernel/hypeman-go/commit/7417cc8a56c7d11c535ac7ab9a7b3d21d80bd2b4)) +* Ingress ([c751d1a](https://github.com/kernel/hypeman-go/commit/c751d1a6bba5ca619c03f833f27251c6d3b855a7)) +* Initialize volume with data ([32d4047](https://github.com/kernel/hypeman-go/commit/32d404746df0a3e9d83e7651105e6c6daa16476f)) +* try to fix name collision in codegen ([8173a73](https://github.com/kernel/hypeman-go/commit/8173a73d0317d35870d5a3cec8f3fdec56fcf362)) +* Volume readonly multi-attach ([bac3fd2](https://github.com/kernel/hypeman-go/commit/bac3fd2cee3325dc3d1b31e6077ad1f1ce13340c)) +* Volumes ([099f9b8](https://github.com/kernel/hypeman-go/commit/099f9b8a2553087e117c8c8a9731900081d713f0)) ## 0.4.0 (2025-11-26) -Full Changelog: [v0.3.0...v0.4.0](https://github.com/onkernel/hypeman-go/compare/v0.3.0...v0.4.0) +Full Changelog: [v0.3.0...v0.4.0](https://github.com/kernel/hypeman-go/compare/v0.3.0...v0.4.0) ### Features -* Generate log streaming ([f444c22](https://github.com/onkernel/hypeman-go/commit/f444c22bd9eb0ad06e66b3ca167171ddec2836e4)) +* Generate log streaming ([f444c22](https://github.com/kernel/hypeman-go/commit/f444c22bd9eb0ad06e66b3ca167171ddec2836e4)) ## 0.3.0 (2025-11-26) -Full Changelog: [v0.2.0...v0.3.0](https://github.com/onkernel/hypeman-go/compare/v0.2.0...v0.3.0) +Full Changelog: [v0.2.0...v0.3.0](https://github.com/kernel/hypeman-go/compare/v0.2.0...v0.3.0) ### Features -* Remove exec from openapi spec ([ee8d1bb](https://github.com/onkernel/hypeman-go/commit/ee8d1bb586a130c0b6629603ca4edb489f671889)) +* Remove exec from openapi spec ([ee8d1bb](https://github.com/kernel/hypeman-go/commit/ee8d1bb586a130c0b6629603ca4edb489f671889)) ## 0.2.0 (2025-11-26) -Full Changelog: [v0.1.0...v0.2.0](https://github.com/onkernel/hypeman-go/compare/v0.1.0...v0.2.0) +Full Changelog: [v0.1.0...v0.2.0](https://github.com/kernel/hypeman-go/compare/v0.1.0...v0.2.0) ### Features -* **api:** add exec ([f3992ff](https://github.com/onkernel/hypeman-go/commit/f3992ffe807e7006a25ae2211cd5cb25fb599bff)) +* **api:** add exec ([f3992ff](https://github.com/kernel/hypeman-go/commit/f3992ffe807e7006a25ae2211cd5cb25fb599bff)) ## 0.1.0 (2025-11-26) -Full Changelog: [v0.0.3...v0.1.0](https://github.com/onkernel/hypeman-go/compare/v0.0.3...v0.1.0) +Full Changelog: [v0.0.3...v0.1.0](https://github.com/kernel/hypeman-go/compare/v0.0.3...v0.1.0) ### Features -* Network manager ([7864aba](https://github.com/onkernel/hypeman-go/commit/7864abadad29bcfbb61d2c35a7135ef2407d6c47)) +* Network manager ([7864aba](https://github.com/kernel/hypeman-go/commit/7864abadad29bcfbb61d2c35a7135ef2407d6c47)) ## 0.0.3 (2025-11-19) -Full Changelog: [v0.0.2...v0.0.3](https://github.com/onkernel/hypeman-go/compare/v0.0.2...v0.0.3) +Full Changelog: [v0.0.2...v0.0.3](https://github.com/kernel/hypeman-go/compare/v0.0.2...v0.0.3) ### Bug Fixes -* **client:** correctly specify Accept header with */* instead of empty ([ac1a646](https://github.com/onkernel/hypeman-go/commit/ac1a64697c333aecdc6a463fe760b99635ba8b72)) +* **client:** correctly specify Accept header with */* instead of empty ([ac1a646](https://github.com/kernel/hypeman-go/commit/ac1a64697c333aecdc6a463fe760b99635ba8b72)) ## 0.0.2 (2025-11-11) -Full Changelog: [v0.0.1...v0.0.2](https://github.com/onkernel/hypeman-go/compare/v0.0.1...v0.0.2) +Full Changelog: [v0.0.1...v0.0.2](https://github.com/kernel/hypeman-go/compare/v0.0.1...v0.0.2) ### Chores -* update SDK settings ([ecdeb35](https://github.com/onkernel/hypeman-go/commit/ecdeb354a1d6a82a1d2afc1742ca02b25eb3218f)) +* update SDK settings ([ecdeb35](https://github.com/kernel/hypeman-go/commit/ecdeb354a1d6a82a1d2afc1742ca02b25eb3218f)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef52c9c..54fb624 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ To use a local version of this library from source in another project, edit the directive. This can be done through the CLI with the following: ```sh -$ go mod edit -replace github.com/onkernel/hypeman-go=/path/to/hypeman-go +$ go mod edit -replace github.com/kernel/hypeman-go=/path/to/hypeman-go ``` ## Running tests diff --git a/README.md b/README.md index 7f8b79a..641249d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -Go Reference +Go Reference @@ -17,7 +17,7 @@ It is generated with [Stainless](https://www.stainless.com/). ```go import ( - "github.com/onkernel/hypeman-go" // imported as hypeman + "github.com/kernel/hypeman-go" // imported as hypeman ) ``` @@ -28,7 +28,7 @@ Or to pin the version: ```sh -go get -u 'github.com/onkernel/hypeman-go@v0.8.0' +go get -u 'github.com/kernel/hypeman-go@v0.8.0' ``` @@ -48,8 +48,8 @@ import ( "context" "fmt" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/option" ) func main() { @@ -276,7 +276,7 @@ client.Health.Check(context.TODO(), ..., The request option `option.WithDebugLog(nil)` may be helpful while debugging. -See the [full list of request options](https://pkg.go.dev/github.com/onkernel/hypeman-go/option). +See the [full list of request options](https://pkg.go.dev/github.com/kernel/hypeman-go/option). ### Pagination @@ -473,13 +473,13 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience. -We are keen for your feedback; please open an [issue](https://www.github.com/onkernel/hypeman-go/issues) with questions, bugs, or suggestions. +We are keen for your feedback; please open an [issue](https://www.github.com/kernel/hypeman-go/issues) with questions, bugs, or suggestions. ## Development ### Testing Preview Branches -When developing features in the main [hypeman](https://github.com/onkernel/hypeman) repo, Stainless automatically creates preview branches in `stainless-sdks/hypeman-go` with your API changes. You can check out these branches locally to test the SDK changes: +When developing features in the main [hypeman](https://github.com/kernel/hypeman) repo, Stainless automatically creates preview branches in `stainless-sdks/hypeman-go` with your API changes. You can check out these branches locally to test the SDK changes: ```bash # Checkout preview/ (e.g., if working on "devices" branch in hypeman) diff --git a/aliases.go b/aliases.go index 00e1386..1eefe6d 100644 --- a/aliases.go +++ b/aliases.go @@ -3,8 +3,8 @@ package hypeman import ( - "github.com/onkernel/hypeman-go/internal/apierror" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/internal/apierror" + "github.com/kernel/hypeman-go/packages/param" ) // aliased to make [param.APIUnion] private when embedding diff --git a/api.md b/api.md index 6738d2c..4b1b164 100644 --- a/api.md +++ b/api.md @@ -2,105 +2,105 @@ Response Types: -- hypeman.HealthCheckResponse +- hypeman.HealthCheckResponse Methods: -- client.Health.Check(ctx context.Context) (hypeman.HealthCheckResponse, error) +- client.Health.Check(ctx context.Context) (hypeman.HealthCheckResponse, error) # Images Response Types: -- hypeman.Image +- hypeman.Image Methods: -- client.Images.New(ctx context.Context, body hypeman.ImageNewParams) (hypeman.Image, error) -- client.Images.List(ctx context.Context) ([]hypeman.Image, error) -- client.Images.Delete(ctx context.Context, name string) error -- client.Images.Get(ctx context.Context, name string) (hypeman.Image, error) +- client.Images.New(ctx context.Context, body hypeman.ImageNewParams) (hypeman.Image, error) +- client.Images.List(ctx context.Context) ([]hypeman.Image, error) +- client.Images.Delete(ctx context.Context, name string) error +- client.Images.Get(ctx context.Context, name string) (hypeman.Image, error) # Instances Params Types: -- hypeman.VolumeMountParam +- hypeman.VolumeMountParam Response Types: -- hypeman.Instance -- hypeman.PathInfo -- hypeman.VolumeMount +- hypeman.Instance +- hypeman.PathInfo +- hypeman.VolumeMount Methods: -- client.Instances.New(ctx context.Context, body hypeman.InstanceNewParams) (hypeman.Instance, error) -- client.Instances.List(ctx context.Context) ([]hypeman.Instance, error) -- client.Instances.Delete(ctx context.Context, id string) error -- client.Instances.Get(ctx context.Context, id string) (hypeman.Instance, error) -- client.Instances.Logs(ctx context.Context, id string, query hypeman.InstanceLogsParams) (string, error) -- client.Instances.Restore(ctx context.Context, id string) (hypeman.Instance, error) -- client.Instances.Standby(ctx context.Context, id string) (hypeman.Instance, error) -- client.Instances.Start(ctx context.Context, id string) (hypeman.Instance, error) -- client.Instances.Stat(ctx context.Context, id string, query hypeman.InstanceStatParams) (hypeman.PathInfo, error) -- client.Instances.Stop(ctx context.Context, id string) (hypeman.Instance, error) +- client.Instances.New(ctx context.Context, body hypeman.InstanceNewParams) (hypeman.Instance, error) +- client.Instances.List(ctx context.Context) ([]hypeman.Instance, error) +- client.Instances.Delete(ctx context.Context, id string) error +- client.Instances.Get(ctx context.Context, id string) (hypeman.Instance, error) +- client.Instances.Logs(ctx context.Context, id string, query hypeman.InstanceLogsParams) (string, error) +- client.Instances.Restore(ctx context.Context, id string) (hypeman.Instance, error) +- client.Instances.Standby(ctx context.Context, id string) (hypeman.Instance, error) +- client.Instances.Start(ctx context.Context, id string) (hypeman.Instance, error) +- client.Instances.Stat(ctx context.Context, id string, query hypeman.InstanceStatParams) (hypeman.PathInfo, error) +- client.Instances.Stop(ctx context.Context, id string) (hypeman.Instance, error) ## Volumes Methods: -- client.Instances.Volumes.Attach(ctx context.Context, volumeID string, params hypeman.InstanceVolumeAttachParams) (hypeman.Instance, error) -- client.Instances.Volumes.Detach(ctx context.Context, volumeID string, body hypeman.InstanceVolumeDetachParams) (hypeman.Instance, error) +- client.Instances.Volumes.Attach(ctx context.Context, volumeID string, params hypeman.InstanceVolumeAttachParams) (hypeman.Instance, error) +- client.Instances.Volumes.Detach(ctx context.Context, volumeID string, body hypeman.InstanceVolumeDetachParams) (hypeman.Instance, error) # Volumes Response Types: -- hypeman.Volume -- hypeman.VolumeAttachment +- hypeman.Volume +- hypeman.VolumeAttachment Methods: -- client.Volumes.New(ctx context.Context, body hypeman.VolumeNewParams) (hypeman.Volume, error) -- client.Volumes.List(ctx context.Context) ([]hypeman.Volume, error) -- client.Volumes.Delete(ctx context.Context, id string) error -- client.Volumes.Get(ctx context.Context, id string) (hypeman.Volume, error) +- client.Volumes.New(ctx context.Context, body hypeman.VolumeNewParams) (hypeman.Volume, error) +- client.Volumes.List(ctx context.Context) ([]hypeman.Volume, error) +- client.Volumes.Delete(ctx context.Context, id string) error +- client.Volumes.Get(ctx context.Context, id string) (hypeman.Volume, error) # Devices Response Types: -- hypeman.AvailableDevice -- hypeman.Device -- hypeman.DeviceType +- hypeman.AvailableDevice +- hypeman.Device +- hypeman.DeviceType Methods: -- client.Devices.New(ctx context.Context, body hypeman.DeviceNewParams) (hypeman.Device, error) -- client.Devices.Get(ctx context.Context, id string) (hypeman.Device, error) -- client.Devices.List(ctx context.Context) ([]hypeman.Device, error) -- client.Devices.Delete(ctx context.Context, id string) error -- client.Devices.ListAvailable(ctx context.Context) ([]hypeman.AvailableDevice, error) +- client.Devices.New(ctx context.Context, body hypeman.DeviceNewParams) (hypeman.Device, error) +- client.Devices.Get(ctx context.Context, id string) (hypeman.Device, error) +- client.Devices.List(ctx context.Context) ([]hypeman.Device, error) +- client.Devices.Delete(ctx context.Context, id string) error +- client.Devices.ListAvailable(ctx context.Context) ([]hypeman.AvailableDevice, error) # Ingresses Params Types: -- hypeman.IngressMatchParam -- hypeman.IngressRuleParam -- hypeman.IngressTargetParam +- hypeman.IngressMatchParam +- hypeman.IngressRuleParam +- hypeman.IngressTargetParam Response Types: -- hypeman.Ingress -- hypeman.IngressMatch -- hypeman.IngressRule -- hypeman.IngressTarget +- hypeman.Ingress +- hypeman.IngressMatch +- hypeman.IngressRule +- hypeman.IngressTarget Methods: -- client.Ingresses.New(ctx context.Context, body hypeman.IngressNewParams) (hypeman.Ingress, error) -- client.Ingresses.List(ctx context.Context) ([]hypeman.Ingress, error) -- client.Ingresses.Delete(ctx context.Context, id string) error -- client.Ingresses.Get(ctx context.Context, id string) (hypeman.Ingress, error) +- client.Ingresses.New(ctx context.Context, body hypeman.IngressNewParams) (hypeman.Ingress, error) +- client.Ingresses.List(ctx context.Context) ([]hypeman.Ingress, error) +- client.Ingresses.Delete(ctx context.Context, id string) error +- client.Ingresses.Get(ctx context.Context, id string) (hypeman.Ingress, error) diff --git a/client.go b/client.go index 69ad745..c583e82 100644 --- a/client.go +++ b/client.go @@ -8,8 +8,8 @@ import ( "os" "slices" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" ) // Client creates a struct with services and top level methods that help with diff --git a/client_test.go b/client_test.go index 95a6577..cd17cef 100644 --- a/client_test.go +++ b/client_test.go @@ -11,9 +11,9 @@ import ( "testing" "time" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal" + "github.com/kernel/hypeman-go/option" ) type closureTransport struct { diff --git a/device.go b/device.go index 1a1d3b7..193f155 100644 --- a/device.go +++ b/device.go @@ -10,11 +10,11 @@ import ( "slices" "time" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" ) // DeviceService contains methods and other services that help with interacting diff --git a/device_test.go b/device_test.go index 6de5480..3321f3c 100644 --- a/device_test.go +++ b/device_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestDeviceNewWithOptionalParams(t *testing.T) { diff --git a/examples/push/main.go b/examples/push/main.go index 82d0379..f5a1747 100644 --- a/examples/push/main.go +++ b/examples/push/main.go @@ -20,8 +20,8 @@ import ( "github.com/google/go-containerregistry/pkg/name" "github.com/google/go-containerregistry/pkg/v1/remote" - hypeman "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/lib" + hypeman "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/lib" ) func main() { diff --git a/field.go b/field.go index 787c5ce..2051a0b 100644 --- a/field.go +++ b/field.go @@ -1,7 +1,7 @@ package hypeman import ( - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "io" "time" ) diff --git a/go.mod b/go.mod index ca5e04e..68dc94a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/onkernel/hypeman-go +module github.com/kernel/hypeman-go go 1.24.0 diff --git a/health.go b/health.go index 8aa7bb3..26dad79 100644 --- a/health.go +++ b/health.go @@ -7,10 +7,10 @@ import ( "net/http" "slices" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/respjson" ) // HealthService contains methods and other services that help with interacting diff --git a/health_test.go b/health_test.go index 1f16b47..d243348 100644 --- a/health_test.go +++ b/health_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestHealthCheck(t *testing.T) { diff --git a/image.go b/image.go index 410478a..5fd7610 100644 --- a/image.go +++ b/image.go @@ -10,11 +10,11 @@ import ( "slices" "time" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" ) // ImageService contains methods and other services that help with interacting with diff --git a/image_test.go b/image_test.go index facbfba..d27fa2f 100644 --- a/image_test.go +++ b/image_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestImageNew(t *testing.T) { diff --git a/ingress.go b/ingress.go index bf4cf23..d0f4c59 100644 --- a/ingress.go +++ b/ingress.go @@ -11,11 +11,11 @@ import ( "slices" "time" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" ) // IngressService contains methods and other services that help with interacting diff --git a/ingress_test.go b/ingress_test.go index 7b17a25..eccda4a 100644 --- a/ingress_test.go +++ b/ingress_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestIngressNew(t *testing.T) { diff --git a/instance.go b/instance.go index d393460..b340379 100644 --- a/instance.go +++ b/instance.go @@ -12,13 +12,13 @@ import ( "slices" "time" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/apiquery" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" - "github.com/onkernel/hypeman-go/packages/ssestream" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/apiquery" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/packages/ssestream" ) // InstanceService contains methods and other services that help with interacting diff --git a/instance_test.go b/instance_test.go index 8b83e37..3978cb8 100644 --- a/instance_test.go +++ b/instance_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestInstanceNewWithOptionalParams(t *testing.T) { diff --git a/instancevolume.go b/instancevolume.go index 5375f19..f6ba50f 100644 --- a/instancevolume.go +++ b/instancevolume.go @@ -9,10 +9,10 @@ import ( "net/http" "slices" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" ) // InstanceVolumeService contains methods and other services that help with diff --git a/instancevolume_test.go b/instancevolume_test.go index 50182d0..5bcba7a 100644 --- a/instancevolume_test.go +++ b/instancevolume_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestInstanceVolumeAttachWithOptionalParams(t *testing.T) { diff --git a/internal/apierror/apierror.go b/internal/apierror/apierror.go index 9e77365..aa8b694 100644 --- a/internal/apierror/apierror.go +++ b/internal/apierror/apierror.go @@ -7,8 +7,8 @@ import ( "net/http" "net/http/httputil" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/packages/respjson" ) // Error represents an error that originates from the API, i.e. when a request is diff --git a/internal/apiform/encoder.go b/internal/apiform/encoder.go index 55f53b7..a2f1516 100644 --- a/internal/apiform/encoder.go +++ b/internal/apiform/encoder.go @@ -13,7 +13,7 @@ import ( "sync" "time" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" ) var encoders sync.Map // map[encoderEntry]encoderFunc diff --git a/internal/apiform/form_test.go b/internal/apiform/form_test.go index 75b3972..c047655 100644 --- a/internal/apiform/form_test.go +++ b/internal/apiform/form_test.go @@ -2,7 +2,7 @@ package apiform import ( "bytes" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "io" "mime/multipart" "strings" diff --git a/internal/apiform/richparam.go b/internal/apiform/richparam.go index 342b5bb..fab4fa1 100644 --- a/internal/apiform/richparam.go +++ b/internal/apiform/richparam.go @@ -1,7 +1,7 @@ package apiform import ( - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "mime/multipart" "reflect" ) diff --git a/internal/apijson/decodeparam_test.go b/internal/apijson/decodeparam_test.go index a802f55..6d439cf 100644 --- a/internal/apijson/decodeparam_test.go +++ b/internal/apijson/decodeparam_test.go @@ -3,8 +3,8 @@ package apijson_test import ( "encoding/json" "fmt" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/packages/param" "reflect" "testing" ) diff --git a/internal/apijson/decoder.go b/internal/apijson/decoder.go index e26e915..95c9c28 100644 --- a/internal/apijson/decoder.go +++ b/internal/apijson/decoder.go @@ -7,7 +7,7 @@ package apijson import ( "encoding/json" "fmt" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "reflect" "strconv" "sync" diff --git a/internal/apijson/decoderesp_test.go b/internal/apijson/decoderesp_test.go index a36fca8..cd700df 100644 --- a/internal/apijson/decoderesp_test.go +++ b/internal/apijson/decoderesp_test.go @@ -2,8 +2,8 @@ package apijson_test import ( "encoding/json" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/packages/respjson" "testing" ) diff --git a/internal/apijson/subfield.go b/internal/apijson/subfield.go index 9582fe3..55b0257 100644 --- a/internal/apijson/subfield.go +++ b/internal/apijson/subfield.go @@ -1,7 +1,7 @@ package apijson import ( - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/packages/respjson" "reflect" ) diff --git a/internal/apijson/union.go b/internal/apijson/union.go index 4b31ac8..fa66e16 100644 --- a/internal/apijson/union.go +++ b/internal/apijson/union.go @@ -2,7 +2,7 @@ package apijson import ( "errors" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "reflect" "github.com/tidwall/gjson" diff --git a/internal/apiquery/encoder.go b/internal/apiquery/encoder.go index d677c55..a98c29c 100644 --- a/internal/apiquery/encoder.go +++ b/internal/apiquery/encoder.go @@ -9,7 +9,7 @@ import ( "sync" "time" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" ) var encoders sync.Map // map[reflect.Type]encoderFunc diff --git a/internal/apiquery/query_test.go b/internal/apiquery/query_test.go index 830419f..d3d628e 100644 --- a/internal/apiquery/query_test.go +++ b/internal/apiquery/query_test.go @@ -1,7 +1,7 @@ package apiquery import ( - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "net/url" "testing" "time" diff --git a/internal/apiquery/richparam.go b/internal/apiquery/richparam.go index ddc3f9c..ef67c23 100644 --- a/internal/apiquery/richparam.go +++ b/internal/apiquery/richparam.go @@ -1,7 +1,7 @@ package apiquery import ( - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "reflect" ) diff --git a/internal/encoding/json/decode.go b/internal/encoding/json/decode.go index 4a3462d..2c6b095 100644 --- a/internal/encoding/json/decode.go +++ b/internal/encoding/json/decode.go @@ -14,7 +14,7 @@ import ( "encoding" "encoding/base64" "fmt" - "github.com/onkernel/hypeman-go/internal/encoding/json/shims" + "github.com/kernel/hypeman-go/internal/encoding/json/shims" "reflect" "strconv" "strings" diff --git a/internal/encoding/json/encode.go b/internal/encoding/json/encode.go index 7e2d71b..bdd596e 100644 --- a/internal/encoding/json/encode.go +++ b/internal/encoding/json/encode.go @@ -19,8 +19,8 @@ import ( "encoding" "encoding/base64" "fmt" - "github.com/onkernel/hypeman-go/internal/encoding/json/sentinel" - "github.com/onkernel/hypeman-go/internal/encoding/json/shims" + "github.com/kernel/hypeman-go/internal/encoding/json/sentinel" + "github.com/kernel/hypeman-go/internal/encoding/json/shims" "math" "reflect" "slices" diff --git a/internal/encoding/json/sentinel/null.go b/internal/encoding/json/sentinel/null.go index a6e3d1b..031f2d8 100644 --- a/internal/encoding/json/sentinel/null.go +++ b/internal/encoding/json/sentinel/null.go @@ -1,7 +1,7 @@ package sentinel import ( - "github.com/onkernel/hypeman-go/internal/encoding/json/shims" + "github.com/kernel/hypeman-go/internal/encoding/json/shims" "reflect" "sync" ) diff --git a/internal/encoding/json/sentinel/sentinel_test.go b/internal/encoding/json/sentinel/sentinel_test.go index 10a4e29..7578a33 100644 --- a/internal/encoding/json/sentinel/sentinel_test.go +++ b/internal/encoding/json/sentinel/sentinel_test.go @@ -1,8 +1,8 @@ package sentinel_test import ( - "github.com/onkernel/hypeman-go/internal/encoding/json/sentinel" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/internal/encoding/json/sentinel" + "github.com/kernel/hypeman-go/packages/param" "reflect" "slices" "testing" diff --git a/internal/encoding/json/time.go b/internal/encoding/json/time.go index 3b7f570..581f0af 100644 --- a/internal/encoding/json/time.go +++ b/internal/encoding/json/time.go @@ -2,7 +2,7 @@ package json import ( - "github.com/onkernel/hypeman-go/internal/encoding/json/shims" + "github.com/kernel/hypeman-go/internal/encoding/json/shims" "reflect" "time" ) diff --git a/internal/paramutil/field.go b/internal/paramutil/field.go index 2cce03d..6022f51 100644 --- a/internal/paramutil/field.go +++ b/internal/paramutil/field.go @@ -1,8 +1,8 @@ package paramutil import ( - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" ) func AddrIfPresent[T comparable](v param.Opt[T]) *T { diff --git a/internal/paramutil/union.go b/internal/paramutil/union.go index 0f64ca4..adecfd4 100644 --- a/internal/paramutil/union.go +++ b/internal/paramutil/union.go @@ -2,7 +2,7 @@ package paramutil import ( "fmt" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "reflect" ) diff --git a/internal/requestconfig/requestconfig.go b/internal/requestconfig/requestconfig.go index a1ea959..7cd779d 100644 --- a/internal/requestconfig/requestconfig.go +++ b/internal/requestconfig/requestconfig.go @@ -18,10 +18,10 @@ import ( "strings" "time" - "github.com/onkernel/hypeman-go/internal" - "github.com/onkernel/hypeman-go/internal/apierror" - "github.com/onkernel/hypeman-go/internal/apiform" - "github.com/onkernel/hypeman-go/internal/apiquery" + "github.com/kernel/hypeman-go/internal" + "github.com/kernel/hypeman-go/internal/apierror" + "github.com/kernel/hypeman-go/internal/apiform" + "github.com/kernel/hypeman-go/internal/apiquery" ) func getDefaultHeaders() map[string]string { diff --git a/lib/cp.go b/lib/cp.go index 0d39038..1a49966 100644 --- a/lib/cp.go +++ b/lib/cp.go @@ -17,7 +17,7 @@ import ( "time" "github.com/gorilla/websocket" - "github.com/onkernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/internal/requestconfig" ) // CpConfig holds the configuration needed for copy operations. diff --git a/lib/push.go b/lib/push.go index c21aa43..e8e322f 100644 --- a/lib/push.go +++ b/lib/push.go @@ -12,7 +12,7 @@ import ( v1 "github.com/google/go-containerregistry/pkg/v1" "github.com/google/go-containerregistry/pkg/v1/daemon" "github.com/google/go-containerregistry/pkg/v1/remote" - "github.com/onkernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/internal/requestconfig" ) // PushConfig holds the configuration needed to push images to hypeman's registry. diff --git a/option/requestoption.go b/option/requestoption.go index 5f3a329..7b56bd6 100644 --- a/option/requestoption.go +++ b/option/requestoption.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/onkernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/internal/requestconfig" "github.com/tidwall/sjson" ) @@ -19,7 +19,7 @@ import ( // which can be supplied to clients, services, and methods. You can read more about this functional // options pattern in our [README]. // -// [README]: https://pkg.go.dev/github.com/onkernel/hypeman-go#readme-requestoptions +// [README]: https://pkg.go.dev/github.com/kernel/hypeman-go#readme-requestoptions type RequestOption = requestconfig.RequestOption // WithBaseURL returns a RequestOption that sets the BaseURL for the client. diff --git a/packages/param/encoder.go b/packages/param/encoder.go index c80c61f..ea0f39f 100644 --- a/packages/param/encoder.go +++ b/packages/param/encoder.go @@ -7,7 +7,7 @@ import ( "strings" "time" - shimjson "github.com/onkernel/hypeman-go/internal/encoding/json" + shimjson "github.com/kernel/hypeman-go/internal/encoding/json" "github.com/tidwall/sjson" ) diff --git a/packages/param/encoder_test.go b/packages/param/encoder_test.go index bd96a37..7ee8719 100644 --- a/packages/param/encoder_test.go +++ b/packages/param/encoder_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" ) type Struct struct { diff --git a/packages/param/null.go b/packages/param/null.go index 178d997..12dcd8e 100644 --- a/packages/param/null.go +++ b/packages/param/null.go @@ -1,6 +1,6 @@ package param -import "github.com/onkernel/hypeman-go/internal/encoding/json/sentinel" +import "github.com/kernel/hypeman-go/internal/encoding/json/sentinel" // NullMap returns a non-nil map with a length of 0. // When used with [MarshalObject] or [MarshalUnion], it will be marshaled as null. diff --git a/packages/param/null_test.go b/packages/param/null_test.go index 344b519..338e841 100644 --- a/packages/param/null_test.go +++ b/packages/param/null_test.go @@ -2,7 +2,7 @@ package param_test import ( "encoding/json" - "github.com/onkernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/param" "testing" ) diff --git a/packages/param/option.go b/packages/param/option.go index 861f354..96f12db 100644 --- a/packages/param/option.go +++ b/packages/param/option.go @@ -3,7 +3,7 @@ package param import ( "encoding/json" "fmt" - shimjson "github.com/onkernel/hypeman-go/internal/encoding/json" + shimjson "github.com/kernel/hypeman-go/internal/encoding/json" "time" ) diff --git a/packages/param/param.go b/packages/param/param.go index 24eb3c5..6873e09 100644 --- a/packages/param/param.go +++ b/packages/param/param.go @@ -2,7 +2,7 @@ package param import ( "encoding/json" - "github.com/onkernel/hypeman-go/internal/encoding/json/sentinel" + "github.com/kernel/hypeman-go/internal/encoding/json/sentinel" "reflect" ) diff --git a/packages/respjson/decoder_test.go b/packages/respjson/decoder_test.go index 749e816..bed4c1f 100644 --- a/packages/respjson/decoder_test.go +++ b/packages/respjson/decoder_test.go @@ -3,8 +3,8 @@ package respjson_test import ( "encoding/json" "fmt" - "github.com/onkernel/hypeman-go/internal/apijson" - rj "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + rj "github.com/kernel/hypeman-go/packages/respjson" "reflect" "testing" ) diff --git a/shared/constant/constants.go b/shared/constant/constants.go index 03069ca..000f61e 100644 --- a/shared/constant/constants.go +++ b/shared/constant/constants.go @@ -3,7 +3,7 @@ package constant import ( - shimjson "github.com/onkernel/hypeman-go/internal/encoding/json" + shimjson "github.com/kernel/hypeman-go/internal/encoding/json" ) type Constant[T any] interface { diff --git a/usage_test.go b/usage_test.go index 6662078..e21ba01 100644 --- a/usage_test.go +++ b/usage_test.go @@ -7,9 +7,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestUsage(t *testing.T) { diff --git a/volume.go b/volume.go index e68abff..75992b3 100644 --- a/volume.go +++ b/volume.go @@ -10,11 +10,11 @@ import ( "slices" "time" - "github.com/onkernel/hypeman-go/internal/apijson" - "github.com/onkernel/hypeman-go/internal/requestconfig" - "github.com/onkernel/hypeman-go/option" - "github.com/onkernel/hypeman-go/packages/param" - "github.com/onkernel/hypeman-go/packages/respjson" + "github.com/kernel/hypeman-go/internal/apijson" + "github.com/kernel/hypeman-go/internal/requestconfig" + "github.com/kernel/hypeman-go/option" + "github.com/kernel/hypeman-go/packages/param" + "github.com/kernel/hypeman-go/packages/respjson" ) // VolumeService contains methods and other services that help with interacting diff --git a/volume_test.go b/volume_test.go index 2528263..09e1759 100644 --- a/volume_test.go +++ b/volume_test.go @@ -8,9 +8,9 @@ import ( "os" "testing" - "github.com/onkernel/hypeman-go" - "github.com/onkernel/hypeman-go/internal/testutil" - "github.com/onkernel/hypeman-go/option" + "github.com/kernel/hypeman-go" + "github.com/kernel/hypeman-go/internal/testutil" + "github.com/kernel/hypeman-go/option" ) func TestVolumeNewWithOptionalParams(t *testing.T) {