Skip to content

Commit 2812358

Browse files
committed
party -c -t -d=vendor
1 parent 667b731 commit 2812358

File tree

6 files changed

+132
-1
lines changed

6 files changed

+132
-1
lines changed

pkg/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"text/tabwriter"
2121
"text/template"
2222

23-
"github.com/moul/http2curl"
2423
log "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
2524
"github.com/scaleway/scaleway-cli/vendor/github.com/moul/anonuuid"
25+
"github.com/scaleway/scaleway-cli/vendor/github.com/moul/http2curl"
2626
)
2727

2828
// Default values

vendor/github.com/moul/http2curl/LICENSE

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moul/http2curl/Makefile

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moul/http2curl/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moul/http2curl/http2curl.go

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moul/http2curl/http2curl_test.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)