update vendor/

This commit is contained in:
2026-04-09 12:50:50 +02:00
parent 8b2c1d0390
commit 4d74a68105
3213 changed files with 846966 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ func (tool *Tool) CreateForwarder(cmd *cobra.Command, args []string) {
func (tool *Tool) createForwarder(params *CreateForwarderParams) (*CreateForwarderResult, error) {
var err error
res := &CreateForwarderResult{}
ref, err := client.NewReferer(params.Hostname)
if err != nil {
return res, err