Skip to content

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
  • Loading branch information
paulojmdias committed Oct 14, 2024
1 parent b295b34 commit 3b45798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package config

import (
"gopkg.in/yaml.v2"
"os"
"time"

"gopkg.in/yaml.v2"
)

// HTTPClientConfig holds the HTTP client settings such as timeouts and TLS configurations
Expand Down

0 comments on commit 3b45798

Please sign in to comment.