Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
b13df73e
Commit
b13df73e
authored
9 years ago
by
Jeff Mitchell
Browse files
Options
Download
Email Patches
Plain Diff
Update the location of cleanhttp
parent
10ae4281
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
api/api.go
+1
-1
api/api.go
client/fingerprint/env_aws.go
+1
-1
client/fingerprint/env_aws.go
client/fingerprint/env_gce.go
+1
-1
client/fingerprint/env_gce.go
testutil/server.go
+1
-1
testutil/server.go
with
4 additions
and
4 deletions
+4
-4
api/api.go
+
1
-
1
View file @
b13df73e
...
...
@@ -11,7 +11,7 @@ import (
"strconv"
"time"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/
go-
cleanhttp"
)
// QueryOptions are used to parameterize a query
...
...
This diff is collapsed.
Click to expand it.
client/fingerprint/env_aws.go
+
1
-
1
View file @
b13df73e
...
...
@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/
go-
cleanhttp"
"github.com/hashicorp/nomad/client/config"
"github.com/hashicorp/nomad/nomad/structs"
)
...
...
This diff is collapsed.
Click to expand it.
client/fingerprint/env_gce.go
+
1
-
1
View file @
b13df73e
...
...
@@ -12,7 +12,7 @@ import (
"strings"
"time"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/
go-
cleanhttp"
"github.com/hashicorp/nomad/client/config"
"github.com/hashicorp/nomad/nomad/structs"
)
...
...
This diff is collapsed.
Click to expand it.
testutil/server.go
+
1
-
1
View file @
b13df73e
...
...
@@ -23,7 +23,7 @@ import (
"sync/atomic"
"testing"
"github.com/hashicorp/cleanhttp"
"github.com/hashicorp/
go-
cleanhttp"
)
// offset is used to atomically increment the port numbers.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help