Skip to content

Commit

Permalink
Merge pull request #89 from achilleasa/v1-use-correct-module-version
Browse files Browse the repository at this point in the history
#89

This PR tidies up the loose ends left by #88.
  • Loading branch information
jujubot authored Mar 23, 2021
2 parents 31ba4aa + 5eacbca commit c3f89ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ API in Go programs.

For more information see the `project homepage`_.

.. _project homepage: https://github.com/juju/gomaasapi
.. _project homepage: https://github.com/juju/gomaasapi/v1
2 changes: 1 addition & 1 deletion example/live_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"fmt"
"net/url"

"github.com/juju/gomaasapi"
"github.com/juju/gomaasapi/v1"
)

var apiKey string
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/juju/gomaasapi
module github.com/juju/gomaasapi/v1

go 1.16

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

import (
"github.com/juju/gomaasapi"
"github.com/juju/gomaasapi/v1"
gc "gopkg.in/check.v1"
)

Expand Down

0 comments on commit c3f89ce

Please sign in to comment.