Update dependency go modules in client for k8s v1.26.0-rc.0
This commit is contained in:
13
client/vendor/github.com/munnerz/goautoneg/Makefile
generated
vendored
Normal file
13
client/vendor/github.com/munnerz/goautoneg/Makefile
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=bitbucket.org/ww/goautoneg
|
||||
GOFILES=autoneg.go
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
||||
format:
|
||||
gofmt -w *.go
|
||||
|
||||
docs:
|
||||
gomake clean
|
||||
godoc ${TARG} > README.txt
|
Reference in New Issue
Block a user