Skip to content

Commit

Permalink
Add import
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
  • Loading branch information
pierre-emmanuelJ committed Jan 10, 2024
1 parent 608ab60 commit cf7e1b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module github.com/exoscale/egoscale

require (
github.com/BluntSporks/abbreviation v0.0.0-20150522120346-096cdb48bafa
github.com/davecgh/go-spew v1.1.1
github.com/deepmap/oapi-codegen v1.9.1
github.com/go-playground/validator/v10 v10.9.0
github.com/gofrs/uuid v4.4.0+incompatible
Expand All @@ -12,7 +13,6 @@ require (
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
Expand Down
1 change: 1 addition & 0 deletions v3/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions v3/generator/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func Generate(doc libopenapi.Document, path, packageName string) error {
"time"
"errors"
"github.com/exoscale/egoscale/v3/credentials"
"github.com/exoscale/egoscale/version"
)
`, packageName))
Expand Down

0 comments on commit cf7e1b7

Please # to comment.