We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e743d commit 5387890Copy full SHA for 5387890
WORKSPACE
@@ -44,8 +44,8 @@ go_repository(
44
45
go_repository(
46
name = "com_github_bgentry_go_netrc",
47
- importpath = "github.com/bgentry/go-netrc",
48
- urls=["https://github.com/bgentry/go-netrc/archive/9fd32a8.zip"],
+ importpath = "github.com/bgentry/go-netrc/netrc",
+ urls = ["https://github.com/bgentry/go-netrc/archive/9fd32a8.zip"],
49
type = "zip",
50
strip_prefix = "go-netrc-9fd32a8b3d3d3f9d43c341bfe098430e07609480/netrc",
51
)
httputil/httputil.go
@@ -16,7 +16,7 @@ import (
16
"strconv"
17
"time"
18
19
- netrc "github.com/bgentry/go-netrc"
+ netrc "github.com/bgentry/go-netrc/netrc"
20
homedir "github.com/mitchellh/go-homedir"
21
22
0 commit comments