Skip to content

Commit 75de23a

Browse files
authored
Merge pull request #485 from Scalingo/release/10.0.0
Bump v10.0.0
2 parents 2b0f471 + f19dcd6 commit 75de23a

File tree

79 files changed

+115
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+115
-113
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

README.md

Lines changed: 3 additions & 3 deletions

addons.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strconv"
88
"time"
99

10-
"github.com/Scalingo/go-scalingo/v9/http"
10+
"github.com/Scalingo/go-scalingo/v10/http"
1111
"github.com/Scalingo/go-utils/errors/v3"
1212
)
1313

addons_providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"strconv"
66

7-
"github.com/Scalingo/go-scalingo/v9/http"
7+
"github.com/Scalingo/go-scalingo/v10/http"
88
"github.com/Scalingo/go-utils/errors/v3"
99
)
1010

apps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"time"
88

9-
httpclient "github.com/Scalingo/go-scalingo/v9/http"
9+
httpclient "github.com/Scalingo/go-scalingo/v10/http"
1010
"github.com/Scalingo/go-utils/errors/v3"
1111
)
1212

auth_mock.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"github.com/golang-jwt/jwt/v5"
1212
"github.com/golang/mock/gomock"
1313

14-
httpclient "github.com/Scalingo/go-scalingo/v9/http"
15-
"github.com/Scalingo/go-scalingo/v9/http/httpmock"
14+
httpclient "github.com/Scalingo/go-scalingo/v10/http"
15+
"github.com/Scalingo/go-scalingo/v10/http/httpmock"
1616
)
1717

1818
func MockAuth(ctrl *gomock.Controller) *httpmock.MockClient {

backups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"encoding/json"
66
"time"
77

8-
"github.com/Scalingo/go-scalingo/v9/http"
8+
"github.com/Scalingo/go-scalingo/v10/http"
99
"github.com/Scalingo/go-utils/errors/v3"
1010
)
1111

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"time"
88

9-
httpclient "github.com/Scalingo/go-scalingo/v9/http"
9+
httpclient "github.com/Scalingo/go-scalingo/v10/http"
1010
"github.com/Scalingo/go-utils/errors/v3"
1111
)
1212

cmd/gen_events_specialize/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func genSpecialize(types []string) {
4242
import (
4343
"encoding/json"
4444
45-
"github.com/Scalingo/go-scalingo/v9/debug"
45+
"github.com/Scalingo/go-scalingo/v10/debug"
4646
)
4747
4848
func (pev *Event) Specialize() DetailedEvent {

container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"time"
77

8-
httpclient "github.com/Scalingo/go-scalingo/v9/http"
8+
httpclient "github.com/Scalingo/go-scalingo/v10/http"
99
"github.com/Scalingo/go-utils/errors/v3"
1010
)
1111

0 commit comments

Comments
 (0)