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

+1-1
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

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moul/http2curl/Makefile

+3
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

+2
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

+66
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

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)