Skip to content

Commit

Permalink
Point to cidertool/asc-go instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed Sep 11, 2020
1 parent 02a2ff3 commit a43cd73
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.15

require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/aaronsky/asc-go v0.3.3
github.com/alessio/shellescape v1.2.2
github.com/apex/log v1.9.0
github.com/cidertool/asc-go v0.3.4
github.com/fatih/color v1.9.0
github.com/hashicorp/go-multierror v1.1.0
github.com/manifoldco/promptui v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk=
github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/aaronsky/asc-go v0.3.3 h1:b6ZfWhKk3SXDh9PtGbYlVBUYHDLBWKh4Hkqs9SNOV0E=
github.com/aaronsky/asc-go v0.3.3/go.mod h1:bMUcycLBpKTWYV3DUcdBJdSsfZarLOFooH8ezrHw6Q0=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/alessio/shellescape v1.2.2 h1:8LnL+ncxhWT2TR00dfJRT25JWWrhkMZXneHVWnetDZg=
Expand All @@ -28,6 +26,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5O
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cidertool/asc-go v0.3.4 h1:912W030XcmxuuwQqZcm7rUtniRZO5mCZZWBRLrZCzts=
github.com/cidertool/asc-go v0.3.4/go.mod h1:KwOKlc2MwulaVFejJJSJkVKuIWX5HdedcbdX/QzeeFE=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"io"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/pkg/config"
"github.com/cidertool/cider/pkg/context"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"net/http"
"testing"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/client/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"path/filepath"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/internal/closer"
"github.com/cidertool/cider/pkg/config"
"github.com/cidertool/cider/pkg/context"
Expand Down
2 changes: 1 addition & 1 deletion internal/client/testflight.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package client

import (
"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/pkg/config"
"github.com/cidertool/cider/pkg/context"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/pipe/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
package store

import (
"github.com/aaronsky/asc-go/asc"
"github.com/apex/log"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/internal/client"
"github.com/cidertool/cider/internal/pipe"
"github.com/cidertool/cider/pkg/config"
Expand Down
2 changes: 1 addition & 1 deletion internal/pipe/template/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/pkg/config"
"github.com/cidertool/cider/pkg/context"
"github.com/hashicorp/go-multierror"
Expand Down
2 changes: 1 addition & 1 deletion internal/pipe/testflight/testflight.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package testflight
import (
"fmt"

"github.com/aaronsky/asc-go/asc"
"github.com/apex/log"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/internal/client"
"github.com/cidertool/cider/internal/pipe"
"github.com/cidertool/cider/pkg/config"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path/filepath"
"time"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/cidertool/cider/internal/closer"
"gopkg.in/yaml.v2"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config_convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import (
"testing"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/context/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"time"

"github.com/aaronsky/asc-go/asc"
"github.com/cidertool/asc-go/asc"
)

// Credentials stores credentials used by clients.
Expand Down

0 comments on commit a43cd73

Please sign in to comment.