Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
chore: change org name
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamelentyev committed Feb 1, 2022
1 parent 43f2cf7 commit f226bb7
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: go-dummy/.github/.github/workflows/build.yml@main
uses: neotoolkit/.github/.github/workflows/build.yml@main
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 go-dummy
Copyright (c) 2022 neotoolkit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OpenAPI specification object model

## Installation
```shell
go get github.com/go-dummy/openapi
go get github.com/neotoolkit/openapi
```

## Usage
Expand All @@ -28,21 +28,21 @@ See [these docs][pkg-url].

[MIT License](LICENSE).

[build-img]: https://github.com/go-dummy/openapi/workflows/build/badge.svg
[build-url]: https://github.com/go-dummy/openapi/actions
[pkg-img]: https://pkg.go.dev/badge/go-dummy/openapi
[pkg-url]: https://pkg.go.dev/github.com/go-dummy/openapi
[reportcard-img]: https://goreportcard.com/badge/go-dummy/openapi
[reportcard-url]: https://goreportcard.com/report/go-dummy/openapi
[coverage-img]: https://codecov.io/gh/go-dummy/openapi/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/go-dummy/openapi
[version-img]: https://img.shields.io/github/v/release/go-dummy/openapi
[version-url]: https://github.com/go-dummy/openapi/releases
[build-img]: https://github.com/neotoolkit/openapi/workflows/build/badge.svg
[build-url]: https://github.com/neotoolkit/openapi/actions
[pkg-img]: https://pkg.go.dev/badge/neotoolkit/openapi
[pkg-url]: https://pkg.go.dev/github.com/neotoolkit/openapi
[reportcard-img]: https://goreportcard.com/badge/neotoolkit/openapi
[reportcard-url]: https://goreportcard.com/report/neotoolkit/openapi
[coverage-img]: https://codecov.io/gh/neotoolkit/openapi/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/neotoolkit/openapi
[version-img]: https://img.shields.io/github/v/release/neotoolkit/openapi
[version-url]: https://github.com/neotoolkit/openapi/releases

## Sponsors
<p>
<a href="https://evrone.com/?utm_source=github&utm_campaign=dotenv-linter">
<img src="https://raw.githubusercontent.com/go-dummy/.github/main/assets/sponsored_by_evrone.svg"
<img src="https://raw.githubusercontent.com/neotoolkit/.github/main/assets/sponsored_by_evrone.svg"
alt="Sponsored by Evrone">
</a>
</p>
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/go-dummy/openapi"
"github.com/neotoolkit/openapi"
)

func TestExamples_GetKeys(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/go-dummy/openapi
module github.com/neotoolkit/openapi

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion mediatype_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/go-dummy/openapi"
"github.com/neotoolkit/openapi"
)

func TestMediaType_ResponseByExample(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion openapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/stretchr/testify/require"

"github.com/go-dummy/openapi"
"github.com/neotoolkit/openapi"
)

func TestSchemaError(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"testing"

"github.com/go-dummy/openapi"
"github.com/neotoolkit/openapi"
"github.com/stretchr/testify/require"
)

Expand Down
2 changes: 1 addition & 1 deletion schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/go-dummy/openapi"
"github.com/neotoolkit/openapi"

"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit f226bb7

Please sign in to comment.