Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
cstaud committed Jun 8, 2021
1 parent 59c53ea commit 53e58ed
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 7 deletions.
17 changes: 15 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@ module github.com/Staffbase/bitrise-api
go 1.16

require (
github.com/go-openapi/runtime v0.19.29
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/go-openapi/errors v0.20.0
github.com/go-openapi/runtime v0.19.29
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.2
github.com/go-swagger/go-swagger v0.27.0
github.com/go-swagger/go-swagger v0.26.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/kyoh86/richgo v0.3.6
github.com/magiconair/properties v1.8.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cobra v1.1.3 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
golang.org/x/tools v0.1.0 // indirect
)
Loading

0 comments on commit 53e58ed

Please sign in to comment.