~wallyworld/gomaasapi/testservice-additions

« back to all changes in this revision

Viewing changes to testservice.go

  • Committer: Andrew Wilkins
  • Date: 2014-07-28 02:21:43 UTC
  • Revision ID: andrew.wilkins@canonical.com-20140728022143-mth8hx6p0i546y0w
Update to gopkg.in/mgo.v2 repository

labix.org/v2/mgo is no longer maintained.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        "encoding/json"
10
10
        "fmt"
11
11
        "io/ioutil"
12
 
        "labix.org/v2/mgo/bson"
 
12
        "gopkg.in/mgo.v2/bson"
13
13
        "mime/multipart"
14
14
        "net/http"
15
15
        "net/http/httptest"