mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
manually add dependency on go-getter
This commit is contained in:
22
vendor/github.com/bgentry/go-netrc/netrc/examples/good.netrc
generated
vendored
Normal file
22
vendor/github.com/bgentry/go-netrc/netrc/examples/good.netrc
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# I am a comment
|
||||
machine mail.google.com
|
||||
login joe@gmail.com
|
||||
account justagmail #end of line comment with trailing space
|
||||
password somethingSecret
|
||||
# I am another comment
|
||||
|
||||
macdef allput
|
||||
put src/*
|
||||
|
||||
macdef allput2
|
||||
put src/*
|
||||
put src2/*
|
||||
|
||||
machine ray login demo password mypassword
|
||||
|
||||
machine weirdlogin login uname password pass#pass
|
||||
|
||||
default
|
||||
login anonymous
|
||||
password joe@example.com
|
||||
|
||||
Reference in New Issue
Block a user