-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from wallyworld/v2
Update to go 1.17 and latest upstream
- Loading branch information
Showing
2 changed files
with
117 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,29 @@ | ||
module github.com/juju/gomaasapi/v2 | ||
|
||
go 1.14 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/juju/collections v0.0.0-20200605021417-0d0ec82b7271 | ||
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f | ||
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e | ||
github.com/juju/mgo/v2 v2.0.0-20210302023703-70d5d206e208 | ||
github.com/juju/schema v0.0.0-20160420044203-075de04f9b7d | ||
github.com/juju/testing v0.0.0-20210302031854-2c7ee8570c07 | ||
github.com/juju/version v0.0.0-20210303051006-2015802527a8 | ||
github.com/juju/collections v0.0.0-20220203020748-febd7cad8a7a | ||
github.com/juju/errors v0.0.0-20220203013757-bd733f3c86b9 | ||
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 | ||
github.com/juju/mgo/v2 v2.0.0-20220111072304-f200228f1090 | ||
github.com/juju/schema v1.0.1-0.20190814234152-1f8aaeef0989 | ||
github.com/juju/testing v0.0.0-20220203020004-a0ff61f03494 | ||
github.com/juju/version v0.0.0-20191219164919-81c1be00b9a6 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c | ||
) | ||
|
||
require ( | ||
github.com/juju/clock v0.0.0-20220203021603-d9deb868a28a // indirect | ||
github.com/juju/retry v0.0.0-20220204093819-62423bf33287 // indirect | ||
github.com/juju/utils/v3 v3.0.0-20220203023959-c3fbc78a33b0 // indirect | ||
github.com/juju/version/v2 v2.0.0-20220204124744-fc9915e3d935 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/xdg-go/stringprep v1.0.2 // indirect | ||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect | ||
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.