Skip to content

Commit 6df61e0

Browse files
committed
use new boxutil package
1 parent 91813e2 commit 6df61e0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

facebox/facebox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"net/url"
99
"time"
1010

11-
"github.com/machinebox/sdk-go/x/boxutil"
11+
"github.com/machinebox/sdk-go/boxutil"
1212
)
1313

1414
// Face represents a face in an image.

fakebox/fakebox.go

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

11-
"github.com/machinebox/sdk-go/x/boxutil"
11+
"github.com/machinebox/sdk-go/boxutil"
1212
"github.com/pkg/errors"
1313
)
1414

nudebox/nudebox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/machinebox/sdk-go/x/boxutil"
14+
"github.com/machinebox/sdk-go/boxutil"
1515
"github.com/pkg/errors"
1616
)
1717

tagbox/tagbox.go

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

10-
"github.com/machinebox/sdk-go/x/boxutil"
10+
"github.com/machinebox/sdk-go/boxutil"
1111
"github.com/pkg/errors"
1212
)
1313

textbox/textbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13-
"github.com/machinebox/sdk-go/x/boxutil"
13+
"github.com/machinebox/sdk-go/boxutil"
1414
"github.com/pkg/errors"
1515
)
1616

videobox/videobox.go

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

10-
"github.com/machinebox/sdk-go/x/boxutil"
10+
"github.com/machinebox/sdk-go/boxutil"
1111
"github.com/pkg/errors"
1212
)
1313

x/boxutil/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Package boxutil provides some helpful utilities for consuming Machine Box services.
1+
// Package boxutil is DEPCREATED. Use github.com/machinebox/sdk-go/boxutil instead.
22
package boxutil

0 commit comments

Comments
 (0)