Skip to content

Commit

Permalink
enhancement: add api documentation in OpenAPI file
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-sorint committed Feb 25, 2022
1 parent b357cdc commit 265de85
Show file tree
Hide file tree
Showing 15 changed files with 10,377 additions and 14 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ require (
github.com/sanity-io/litter v1.2.0
github.com/sgotti/gexpect v0.0.0-20210315095146-1ec64e69809b
github.com/spf13/cobra v0.0.5
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 // indirect
github.com/swaggo/http-swagger v1.2.0 // indirect
github.com/swaggo/swag v1.7.8 // indirect
github.com/xanzy/go-gitlab v0.26.0
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.17.3
Expand Down
88 changes: 76 additions & 12 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 265de85

Please sign in to comment.