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
9154ebe3
Commit
9154ebe3
authored
7 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
vendor gosockaddr
parent
87865ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vendor/github.com/hashicorp/go-sockaddr/ifaddrs.go
+1
-1
vendor/github.com/hashicorp/go-sockaddr/ifaddrs.go
vendor/vendor.json
+2
-2
vendor/vendor.json
with
3 additions
and
3 deletions
+3
-3
vendor/github.com/hashicorp/go-sockaddr/ifaddrs.go
+
1
-
1
View file @
9154ebe3
...
...
@@ -16,7 +16,7 @@ var (
// Centralize all regexps and regexp.Copy() where necessary.
signRE
*
regexp
.
Regexp
=
regexp
.
MustCompile
(
`^[\s]*[+-]`
)
whitespaceRE
*
regexp
.
Regexp
=
regexp
.
MustCompile
(
`[\s]+`
)
ifNameRE
*
regexp
.
Regexp
=
regexp
.
MustCompile
(
`^Ethernet adapter ([^:]+):`
)
ifNameRE
*
regexp
.
Regexp
=
regexp
.
MustCompile
(
`^
(?:
Ethernet
|Wireless LAN)
adapter ([^:]+):`
)
ipAddrRE
*
regexp
.
Regexp
=
regexp
.
MustCompile
(
`^ IPv[46] Address\. \. \. \. \. \. \. \. \. \. \. : ([^\s]+)`
)
)
...
...
This diff is collapsed.
Click to expand it.
vendor/vendor.json
+
2
-
2
View file @
9154ebe3
...
...
@@ -145,8 +145,8 @@
{
"path"
:
"github.com/hashicorp/go-plugin"
,
"checksumSHA1"
:
"R6me0jVmcT/OPo80Fe0qo5fRwHc="
,
"revision"
:
"3e6d191694b5a3a2b99755f31b47fa209e4bcd09"
,
"revisionTime"
:
"2017-08-28T02:45:49Z"
},
{
"path"
:
"github.com/hashicorp/go-retryablehttp"
,
"checksumSHA1"
:
"ErJHGU6AVPZM9yoY/xV11TwSjQs="
,
"revision"
:
"6e85be8fee1dcaa02c0eaaac2df5a8fbecf94145"
,
"revisionTime"
:
"2016-09-30T03:51:02Z"
},
{
"path"
:
"github.com/hashicorp/go-rootcerts"
,
"checksumSHA1"
:
"A1PcINvF3UiwHRKn8UcgARgvGRs="
,
"revision"
:
"6bb64b370b90e7ef1fa532be9e591a81c3493e00"
,
"revisionTime"
:
"2016-05-03T14:34:40Z"
},
{
"path"
:
"github.com/hashicorp/go-sockaddr"
,
"checksumSHA1"
:
"
pTsxSJWLs/MPY8yOHNsVoZ/0yaA="
,
"revision"
:
"7165ee14aff120ee3642aa2bcf2dea8eebef29c3
"
,
"revisionTime"
:
"2018-0
2-07T23:16:36
Z"
},
{
"path"
:
"github.com/hashicorp/go-sockaddr/template"
,
"checksumSHA1"
:
"PDp9DVLvf3KWxhs4G4DpIwauMSU="
,
"revision"
:
"
7165ee14aff120ee3642aa2bcf2dea8eebef29c3
"
,
"revisionTime"
:
"2018-0
2-07T23:16:36
Z"
},
{
"path"
:
"github.com/hashicorp/go-sockaddr"
,
"checksumSHA1"
:
"
J47ySO1q0gcnmoMnir1q1loKzCk="
,
"revision"
:
"6d291a969b86c4b633730bfc6b8b9d64c3aafed9
"
,
"revisionTime"
:
"2018-0
3-20T11:50:54
Z"
},
{
"path"
:
"github.com/hashicorp/go-sockaddr/template"
,
"checksumSHA1"
:
"PDp9DVLvf3KWxhs4G4DpIwauMSU="
,
"revision"
:
"
6d291a969b86c4b633730bfc6b8b9d64c3aafed9
"
,
"revisionTime"
:
"2018-0
3-20T11:50:54
Z"
},
{
"path"
:
"github.com/hashicorp/go-syslog"
,
"revision"
:
"42a2b573b664dbf281bd48c3cc12c086b17a39ba"
},
{
"path"
:
"github.com/hashicorp/go-uuid"
,
"checksumSHA1"
:
"mAkPa/RLuIwN53GbwIEMATexams="
,
"revision"
:
"64130c7a86d732268a38cb04cfbaf0cc987fda98"
,
"revisionTime"
:
"2016-07-17T02:21:40Z"
},
{
"path"
:
"github.com/hashicorp/go-version"
,
"checksumSHA1"
:
"tUGxc7rfX0cmhOOUDhMuAZ9rWsA="
,
"revision"
:
"03c5bf6be031b6dd45afec16b1cf94fc8938bc77"
,
"revisionTime"
:
"2017-02-02T08:07:59Z"
},
...
...
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