Skip to content

Commit

Permalink
http auth on dependency level
Browse files Browse the repository at this point in the history
  • Loading branch information
n-r-w committed Jan 25, 2024
1 parent 5aee96f commit fb5350b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/resolver/netrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ type netrcLine struct {
password string
}

// var (
// netrcOnce sync.Once
// netrc []netrcLine
// netrcErr error
// )

func parseNetrc(data string) []netrcLine {
// See https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html
// for documentation on the .netrc format.
Expand Down

0 comments on commit fb5350b

Please sign in to comment.