Skip to content

Commit

Permalink
Change imports to fork url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhulbert committed Sep 28, 2022
1 parent 3dc5046 commit a94b426
Show file tree
Hide file tree
Showing 52 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/firecracker-microvm/firecracker-go-sdk/issues), or [recently closed](https://github.com/awslabs/firecracker-go-sdk/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
When filing an issue, please check [existing open](https://github.com/radixbio/firecracker-go-sdk/issues), or [recently closed](https://github.com/awslabs/firecracker-go-sdk/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
Expand Down Expand Up @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif

## Licensing

See the [LICENSE](https://github.com/firecracker-microvm/firecracker-go-sdk/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](https://github.com/radixbio/firecracker-go-sdk/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
A basic Go interface to the Firecracker API
====

[![Build status](https://badge.buildkite.com/de08ca676829bedbf6de040c2c2ba1a5d2892e220997c2abdd.svg?branch=master)](https://buildkite.com/firecracker-microvm/firecracker-go-sdk)
[![GoDoc](https://godoc.org/github.com/firecracker-microvm/firecracker-go-sdk?status.svg)](https://godoc.org/github.com/firecracker-microvm/firecracker-go-sdk)
[![Build status](https://badge.buildkite.com/de08ca676829bedbf6de040c2c2ba1a5d2892e220997c2abdd.svg?branch=master)](https://buildkite.com/radixbio/firecracker-go-sdk)
[![GoDoc](https://godoc.org/github.com/radixbio/firecracker-go-sdk?status.svg)](https://godoc.org/github.com/radixbio/firecracker-go-sdk)

This package is a Go library to interact with the Firecracker API. It
is designed as an abstraction of the OpenAPI-generated client that
allows for convenient manipulation of Firecracker VM from Go programs.

There are some Firecracker features that are not yet supported by the
SDK. These are tracked as GitHub issues with the
[firecracker-feature](https://github.com/firecracker-microvm/firecracker-go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3Afirecracker-feature)
[firecracker-feature](https://github.com/radixbio/firecracker-go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3Afirecracker-feature)
label . Contributions to address missing features are welcomed.

Developing
Expand Down Expand Up @@ -154,7 +154,7 @@ Questions?
---

Please use
[GitHub issues](https://github.com/firecracker-microvm/firecracker-go-sdk/issues)
[GitHub issues](https://github.com/radixbio/firecracker-go-sdk/issues)
to report problems, discuss roadmap items, or make feature requests.

If you've discovered an issue that may have security implications to
Expand Down
2 changes: 1 addition & 1 deletion benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/sirupsen/logrus"

models "github.com/firecracker-microvm/firecracker-go-sdk/client/models"
models "github.com/radixbio/firecracker-go-sdk/client/models"
)

const numberOfVMs = 200
Expand Down
2 changes: 1 addition & 1 deletion client/firecracker_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/create_sync_action_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/create_sync_action_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/describe_instance_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/get_machine_configuration_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/get_mmds_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/patch_guest_drive_by_id_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/patch_guest_drive_by_id_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/patch_machine_configuration_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/patch_mmds_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_boot_source_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_boot_source_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_drive_by_id_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_drive_by_id_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_vsock_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_guest_vsock_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_logger_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_logger_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_machine_configuration_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_machine_configuration_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_metrics_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_metrics_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_mmds_config_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_mmds_config_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/operations/put_mmds_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client_transports.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
httptransport "github.com/go-openapi/runtime/client"
"github.com/sirupsen/logrus"

"github.com/firecracker-microvm/firecracker-go-sdk/client"
"github.com/radixbio/firecracker-go-sdk/client"
)

// NewUnixSocketTransport creates a new clientTransport configured at the specified Unix socketPath.
Expand Down
2 changes: 1 addition & 1 deletion client_transports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"testing"
"time"

"github.com/firecracker-microvm/firecracker-go-sdk/client/operations"
"github.com/radixbio/firecracker-go-sdk/client/operations"
"github.com/go-openapi/runtime"
"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion cni/vmconf/vmconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/containernetworking/plugins/pkg/ns"
"github.com/pkg/errors"

"github.com/firecracker-microvm/firecracker-go-sdk/cni/internal"
"github.com/radixbio/firecracker-go-sdk/cni/internal"
)

// StaticNetworkConf holds the configuration needed to configure a VM's networking
Expand Down
2 changes: 1 addition & 1 deletion cni/vmconf/vmconf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/vishvananda/netlink"

"github.com/firecracker-microvm/firecracker-go-sdk/cni/internal"
"github.com/radixbio/firecracker-go-sdk/cni/internal"
)

func TestMTUOf(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This library requires Go 1.11 and can be used with Go modules.
BUG(aws): There are some Firecracker features that are not yet supported by the
SDK. These are tracked as GitHub issues with the firecracker-feature label:
https://github.com/firecracker-microvm/firecracker-go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3Afirecracker-feature
https://github.com/radixbio/firecracker-go-sdk/issues?q=is%3Aissue+is%3Aopen+label%3Afirecracker-feature
This library is licensed under the Apache 2.0 License.
*/
Expand Down
2 changes: 1 addition & 1 deletion drives.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package firecracker
import (
"strconv"

models "github.com/firecracker-microvm/firecracker-go-sdk/client/models"
models "github.com/radixbio/firecracker-go-sdk/client/models"
)

const rootDriveName = "root_drive"
Expand Down
2 changes: 1 addition & 1 deletion drives_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

models "github.com/firecracker-microvm/firecracker-go-sdk/client/models"
models "github.com/radixbio/firecracker-go-sdk/client/models"
)

func TestDrivesBuilder(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

log "github.com/sirupsen/logrus"

"github.com/firecracker-microvm/firecracker-go-sdk"
models "github.com/firecracker-microvm/firecracker-go-sdk/client/models"
"github.com/radixbio/firecracker-go-sdk"
models "github.com/radixbio/firecracker-go-sdk/client/models"
)

func ExampleWithProcessRunner_logging() {
Expand Down
Loading

0 comments on commit a94b426

Please sign in to comment.