From 190e4cbd49dff55d929b3b8fc97b3fdf30105282 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Mon, 4 Nov 2024 18:03:28 -0500 Subject: [PATCH] Revert --- x/examples/fetch/main.go | 2 +- x/go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/x/examples/fetch/main.go b/x/examples/fetch/main.go index 208a2afa..cc945779 100644 --- a/x/examples/fetch/main.go +++ b/x/examples/fetch/main.go @@ -78,7 +78,7 @@ func main() { methodFlag := flag.String("method", "GET", "The HTTP method to use") var headersFlag stringArrayFlagValue flag.Var(&headersFlag, "H", "Raw HTTP Header line to add. It must not end in \\r\\n") - timeoutSecFlag := flag.Int("timeout", 100500, "Timeout in seconds") + timeoutSecFlag := flag.Int("timeout", 5, "Timeout in seconds") flag.Parse() diff --git a/x/go.mod b/x/go.mod index 9deefcd0..ef66a9d5 100644 --- a/x/go.mod +++ b/x/go.mod @@ -81,5 +81,3 @@ require ( google.golang.org/protobuf v1.33.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -replace github.com/Jigsaw-Code/outline-sdk => /home/peter/outline-sdk