Skip to content

Commit

Permalink
Switch gocheck from launchpad to github mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheath committed Mar 30, 2014
1 parent 5f9feeb commit fb4072e
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Just use `go get` with any of the available packages. For example:

To run tests, first install gocheck with:

`$ go get launchpad.net/gocheck`
`$ go get github.com/motain/gocheck`

Then run go test as usual:

Expand Down
2 changes: 1 addition & 1 deletion aws/attempt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package aws_test

import (
"github.com/goamz/goamz/aws"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion aws/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package aws_test

import (
"github.com/goamz/goamz/aws"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"os"
"strings"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion aws/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package aws_test
import (
"fmt"
"github.com/goamz/goamz/aws"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"net/http"
"strings"
"time"
Expand Down
2 changes: 1 addition & 1 deletion cloudwatch/cloudwatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/cloudwatch"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion dynamodb/dynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/dynamodb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/item_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dynamodb_test

import (
"github.com/goamz/goamz/dynamodb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

type ItemSuite struct {
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/marshaller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dynamodb_test

import (
"github.com/goamz/goamz/dynamodb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion dynamodb/query_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
simplejson "github.com/bitly/go-simplejson"
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/dynamodb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

type QueryBuilderSuite struct {
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dynamodb_test

import (
"github.com/goamz/goamz/dynamodb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

type TableSuite struct {
Expand Down
2 changes: 1 addition & 1 deletion ec2/ec2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/ec2"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion ec2/ec2i_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/ec2"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// AmazonServer represents an Amazon EC2 server.
Expand Down
2 changes: 1 addition & 1 deletion ec2/ec2t_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/goamz/goamz/ec2"
"github.com/goamz/goamz/ec2/ec2test"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"regexp"
"sort"
)
Expand Down
2 changes: 1 addition & 1 deletion ec2/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ec2_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/ec2"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// EC2 ReST authentication docs: http://goo.gl/fQmAN
Expand Down
2 changes: 1 addition & 1 deletion elb/elb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package elb_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/elb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"time"
)

Expand Down
2 changes: 1 addition & 1 deletion elb/elbi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/ec2"
"github.com/goamz/goamz/elb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

var amazon = flag.Bool("amazon", false, "Enable tests against amazon server")
Expand Down
2 changes: 1 addition & 1 deletion elb/elbt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/elb"
"github.com/goamz/goamz/elb/elbtest"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// LocalServer represents a local elbtest fake server.
Expand Down
2 changes: 1 addition & 1 deletion elb/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package elb_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/elb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

var testAuth = aws.Auth{AccessKey: "user", SecretKey: "secret"}
Expand Down
2 changes: 1 addition & 1 deletion elb/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package elb_test

import (
"fmt"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"net/http"
"net/url"
"os"
Expand Down
2 changes: 1 addition & 1 deletion exp/mturk/mturk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/exp/mturk"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
. "github.com/motain/gocheck"
"net/url"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion exp/mturk/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mturk_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/exp/mturk"
"launchpad.net/gocheck"
. "github.com/motain/gocheck"
)

// Mechanical Turk REST authentication docs: http://goo.gl/wrzfn
Expand Down
2 changes: 1 addition & 1 deletion exp/sdb/sdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/exp/sdb"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion exp/sdb/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sdb_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/exp/sdb"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// SimpleDB ReST authentication docs: http://goo.gl/CaY81
Expand Down
2 changes: 1 addition & 1 deletion exp/sns/sns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/exp/sns"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion iam/iam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/iam"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"strings"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion iam/iami_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/iam"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"net/url"
)

Expand Down
2 changes: 1 addition & 1 deletion iam/iamt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/iam"
"github.com/goamz/goamz/iam/iamtest"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// LocalServer represents a local ec2test fake server.
Expand Down
2 changes: 1 addition & 1 deletion rds/rds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/rds"
"github.com/goamz/goamz/testutil"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion s3/multi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package s3_test
import (
"encoding/xml"
"github.com/goamz/goamz/s3"
"github.com/motain/gocheck"
"io"
"io/ioutil"
"launchpad.net/gocheck"
"strings"
)

Expand Down
2 changes: 1 addition & 1 deletion s3/s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/s3"
"github.com/goamz/goamz/testutil"
"github.com/motain/gocheck"
"io/ioutil"
"launchpad.net/gocheck"
"net/http"
"testing"
"time"
Expand Down
2 changes: 1 addition & 1 deletion s3/s3i_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/s3"
"github.com/goamz/goamz/testutil"
"github.com/motain/gocheck"
"io/ioutil"
"launchpad.net/gocheck"
"net"
"net/http"
"sort"
Expand Down
2 changes: 1 addition & 1 deletion s3/s3t_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/s3"
"github.com/goamz/goamz/s3/s3test"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

type LocalServer struct {
Expand Down
2 changes: 1 addition & 1 deletion s3/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package s3_test
import (
"github.com/goamz/goamz/aws"
"github.com/goamz/goamz/s3"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// S3 ReST authentication docs: http://goo.gl/G1LrK
Expand Down
2 changes: 1 addition & 1 deletion sqs/sqs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"crypto/md5"
"fmt"
"github.com/goamz/goamz/aws"
"github.com/motain/gocheck"
"hash"
"launchpad.net/gocheck"
)

var _ = gocheck.Suite(&S{})
Expand Down
2 changes: 1 addition & 1 deletion sqs/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"github.com/goamz/goamz/aws"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
"net/http"
"net/url"
"os"
Expand Down
2 changes: 1 addition & 1 deletion testutil/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package testutil
import (
"flag"
"github.com/goamz/goamz/aws"
"launchpad.net/gocheck"
"github.com/motain/gocheck"
)

// Amazon must be used by all tested packages to determine whether to
Expand Down

0 comments on commit fb4072e

Please sign in to comment.