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

Commit

Permalink
Merge pull request #75 from kintone/SSR-882
Browse files Browse the repository at this point in the history
SSR-882: Update link import go-kintone
  • Loading branch information
josh-vo authored Aug 31, 2020
2 parents 846831e + 7eaa100 commit 6ddd743
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
deploy:
provider: releases
api_key:
secure: "Fm06thRLQNvVibTvLR00QAS6Z2r4kqSz2nzFCWDUBZpC8dB28iA7TlRgpdjE8OD2GvRKVvWiMaMY/qkQqELc+oMK604dW6+j8kRw7bTxXyAwtwNQBmhS0TRyQNqb6/0v7+wPskS0p5Ioig1LJtP3BduhRBWg7WjzIBBbWmwK90w="
secure: "LyVZrSUd+wjgN1Rxl64TLaVlAJDAFcJcA0L77M6thB8jLpXks4/b5XyMFDFBgXBI2jNJs1TXJll463kTHlA0s0bCBfOd5/jUj6EQw8srXxL5kDKCjX1f8cqc1V4UREddPLYtiAwSthMUrHqnd7aBnVzuhac1S+ttogrFL+bmiFk="
file:
- "linux-x64.zip"
- "macos-x64.zip"
Expand Down
4 changes: 2 additions & 2 deletions Gomfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
group :production do
gom 'golang.org/x/crypto', :commit => '613d6eafa307c6881a737a3c35c0e312e8d3a8c5'
gom 'golang.org/x/text', :commit => '7922cc490dd5a7dbaa7fd5d6196b49db59ac042f'
gom 'github.com/kintone/go-kintone', :tag => 'v0.3.0'
gom 'github.com/kintone-labs/go-kintone', :tag => 'v0.3.0'
gom 'github.com/howeyc/gopass', :commit => 'bf9dde6d0d2c004a008c27aaee91170c786f6db8'
gom 'github.com/jessevdk/go-flags', :tag => 'v1.4.0'
end
group :development do
gom -u 'golang.org/x/crypto'
gom -u 'golang.org/x/text'
gom -u 'github.com/kintone/go-kintone'
gom -u 'github.com/kintone-labs/go-kintone'
gom -u 'github.com/howeyc/gopass'
gom -u 'github.com/jessevdk/go-flags'
end
2 changes: 1 addition & 1 deletion bulkRequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"reflect"
"time"

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion bulkRequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"os"
"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)

func newAppTest(id uint64) *kintone.App {
Expand Down
2 changes: 1 addition & 1 deletion export.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
"golang.org/x/text/transform"
)

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

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)

func makeTestData(app *kintone.App) error {
Expand Down
2 changes: 1 addition & 1 deletion import-with-bulkRequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
"time"

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
"golang.org/x/text/transform"
)

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

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)

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

"github.com/howeyc/gopass"
"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
"golang.org/x/text/encoding"
"golang.org/x/text/encoding/japanese"
"golang.org/x/text/encoding/simplifiedchinese"
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"strconv"

"github.com/kintone/go-kintone"
"github.com/kintone-labs/go-kintone"
)

func newApp() *kintone.App {
Expand Down

0 comments on commit 6ddd743

Please sign in to comment.