This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
557 additions
and
70 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
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,15 +1,14 @@ | ||
module github.com/srinandan/apigeecli | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/getkin/kin-openapi v0.3.1 | ||
github.com/getkin/kin-openapi v0.74.0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/lestrrat-go/jwx v1.0.1 | ||
github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae | ||
github.com/lestrrat/go-jwx v0.0.0-20210302221443-a9d01c1b7121 | ||
github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/thedevsaddam/gojsonq v2.2.2+incompatible | ||
gopkg.in/yaml.v2 v2.2.8 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
Oops, something went wrong.