repo
stringlengths
6
47
file_url
stringlengths
77
269
file_path
stringlengths
5
186
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-07 08:35:43
2026-01-07 08:55:24
truncated
bool
2 classes
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go
cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go
// This file will only be included to the build if neither // easyjson_nounsafe nor appengine build tag is set. See README notes // for more details. //+build !easyjson_nounsafe //+build !appengine package jlexer import ( "reflect" "unsafe" ) // bytesToStr creates a string pointing at the slice to avoid copying. ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/error.go
cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/error.go
package jlexer import "fmt" // LexerError implements the error interface and represents all possible errors that can be // generated during parsing the JSON data. type LexerError struct { Reason string Offset int Data string } func (l *LexerError) Error() string { return fmt.Sprintf("parse error: %s near offse...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/lexer.go
cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/lexer.go
// Package jlexer contains a JSON lexer implementation. // // It is expected that it is mostly used with generated parser code, so the interface is tuned // for a parser that knows what kind of data is expected. package jlexer import ( "bytes" "encoding/base64" "encoding/json" "errors" "fmt" "io" "strconv" "un...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go
cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go
// This file is included to the build if any of the buildtags below // are defined. Refer to README notes for more details. //+build easyjson_nounsafe appengine package jlexer // bytesToStr creates a string normally from []byte // // Note that this method is roughly 1.5x slower than using the 'unsafe' method. func b...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/buffer/pool.go
cmd/kubectl-mtv/vendor/github.com/mailru/easyjson/buffer/pool.go
// Package buffer implements a buffer for serialization, consisting of a chain of []byte-s to // reduce copying and to allow reuse of individual chunks. package buffer import ( "io" "net" "sync" ) // PoolConfig contains configuration for the allocation and reuse strategy. type PoolConfig struct { StartSize int /...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/register.go
cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/register.go
package k8scnicncfio const ( GroupName = "k8s.cni.cncf.io" )
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/zz_generated.deepcopy.go
cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/zz_generated.deepcopy.go
//go:build !ignore_autogenerated // +build !ignore_autogenerated /* Copyright 2021 The Kubernetes Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/types.go
cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/types.go
package v1 import ( "encoding/json" "errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "net" ) // +genclient // +genclient:noStatus // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // +resourceName=network-attachment-definitions type NetworkAttachmentDefinition struct { metav1.TypeMeta...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/register.go
cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/register.go
package v1 import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" k8scnicncfio "github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io" ) // SchemeGroupVersion is group version used to register these...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/doc.go
cmd/kubectl-mtv/vendor/github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/apis/k8s.cni.cncf.io/v1/doc.go
// +k8s:deepcopy-gen=package,register // +groupName=k8s.cni.cncf.io // +groupGoName=K8sCniCncfIo package v1
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/x448/float16/float16.go
cmd/kubectl-mtv/vendor/github.com/x448/float16/float16.go
// Copyright 2019 Montgomery Edwards⁴⁴⁸ and Faye Amacker // // Special thanks to Kathryn Long for her Rust implementation // of float16 at github.com/starkat99/half-rs (MIT license) package float16 import ( "math" "strconv" ) // Float16 represents IEEE 754 half-precision floating-point numbers (binary16). type Flo...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/go_above_19.go
cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/go_above_19.go
//+build go1.9 package concurrent import "sync" // Map is a wrapper for sync.Map introduced in go1.9 type Map struct { sync.Map } // NewMap creates a thread safe Map func NewMap() *Map { return &Map{} }
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/go_below_19.go
cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/go_below_19.go
//+build !go1.9 package concurrent import "sync" // Map implements a thread safe map for go version below 1.9 using mutex type Map struct { lock sync.RWMutex data map[interface{}]interface{} } // NewMap creates a thread safe map func NewMap() *Map { return &Map{ data: make(map[interface{}]interface{}, 32), } ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/log.go
cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/log.go
package concurrent import ( "os" "log" "io/ioutil" ) // ErrorLogger is used to print out error, can be set to writer other than stderr var ErrorLogger = log.New(os.Stderr, "", 0) // InfoLogger is used to print informational message, default to off var InfoLogger = log.New(ioutil.Discard, "", 0)
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/unbounded_executor.go
cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/unbounded_executor.go
package concurrent import ( "context" "fmt" "runtime" "runtime/debug" "sync" "time" "reflect" ) // HandlePanic logs goroutine panic by default var HandlePanic = func(recovered interface{}, funcName string) { ErrorLogger.Println(fmt.Sprintf("%s panic: %v", funcName, recovered)) ErrorLogger.Println(string(debu...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/executor.go
cmd/kubectl-mtv/vendor/github.com/modern-go/concurrent/executor.go
package concurrent import "context" // Executor replace go keyword to start a new goroutine // the goroutine should cancel itself if the context passed in has been cancelled // the goroutine started by the executor, is owned by the executor // we can cancel all executors owned by the executor just by stop the executo...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_array.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_array.go
package reflect2 import ( "reflect" "unsafe" ) type UnsafeArrayType struct { unsafeType elemRType unsafe.Pointer pElemRType unsafe.Pointer elemSize uintptr likePtr bool } func newUnsafeArrayType(cfg *frozenConfig, type1 reflect.Type) *UnsafeArrayType { return &UnsafeArrayType{ unsafeType: *newUnsafeT...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_field.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_field.go
package reflect2 import ( "reflect" "unsafe" ) type safeField struct { reflect.StructField } func (field *safeField) Offset() uintptr { return field.StructField.Offset } func (field *safeField) Name() string { return field.StructField.Name } func (field *safeField) PkgPath() string { return field.StructField...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/reflect2.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/reflect2.go
package reflect2 import ( "reflect" "runtime" "sync" "unsafe" ) type Type interface { Kind() reflect.Kind // New return pointer to data of this type New() interface{} // UnsafeNew return the allocated space pointed by unsafe.Pointer UnsafeNew() unsafe.Pointer // PackEFace cast a unsafe pointer to object rep...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_type.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_type.go
package reflect2 import ( "reflect" "unsafe" ) type safeType struct { reflect.Type cfg *frozenConfig } func (type2 *safeType) New() interface{} { return reflect.New(type2.Type).Interface() } func (type2 *safeType) UnsafeNew() unsafe.Pointer { panic("does not support unsafe operation") } func (type2 *safeType...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_slice.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_slice.go
package reflect2 import ( "reflect" "unsafe" ) // sliceHeader is a safe version of SliceHeader used within this package. type sliceHeader struct { Data unsafe.Pointer Len int Cap int } type UnsafeSliceType struct { unsafeType elemRType unsafe.Pointer pElemRType unsafe.Pointer elemSize uintptr } func n...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_link.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_link.go
package reflect2 import "unsafe" //go:linkname unsafe_New reflect.unsafe_New func unsafe_New(rtype unsafe.Pointer) unsafe.Pointer //go:linkname typedmemmove reflect.typedmemmove func typedmemmove(rtype unsafe.Pointer, dst, src unsafe.Pointer) //go:linkname unsafe_NewArray reflect.unsafe_NewArray func unsafe_NewArra...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_above_19.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_above_19.go
//+build go1.9 package reflect2 import ( "unsafe" ) //go:linkname resolveTypeOff reflect.resolveTypeOff func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer //go:linkname makemap reflect.makemap func makemap(rtype unsafe.Pointer, cap int) (m unsafe.Pointer) func makeMapWithSize(rtype unsafe.Pointer...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_eface.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_eface.go
package reflect2 import ( "reflect" "unsafe" ) type eface struct { rtype unsafe.Pointer data unsafe.Pointer } func unpackEFace(obj interface{}) *eface { return (*eface)(unsafe.Pointer(&obj)) } func packEFace(rtype unsafe.Pointer, data unsafe.Pointer) interface{} { var i interface{} e := (*eface)(unsafe.Poin...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_map.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_map.go
package reflect2 import ( "reflect" "unsafe" ) type safeMapType struct { safeType } func (type2 *safeMapType) Key() Type { return type2.safeType.cfg.Type2(type2.Type.Key()) } func (type2 *safeMapType) MakeMap(cap int) interface{} { ptr := reflect.New(type2.Type) ptr.Elem().Set(reflect.MakeMap(type2.Type)) re...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/reflect2_kind.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/reflect2_kind.go
package reflect2 import ( "reflect" "unsafe" ) // DefaultTypeOfKind return the non aliased default type for the kind func DefaultTypeOfKind(kind reflect.Kind) Type { return kindTypes[kind] } var kindTypes = map[reflect.Kind]Type{ reflect.Bool: TypeOf(true), reflect.Uint8: TypeOf(uint8(0)), ref...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_slice.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_slice.go
package reflect2 import ( "reflect" "unsafe" ) type safeSliceType struct { safeType } func (type2 *safeSliceType) SetIndex(obj interface{}, index int, value interface{}) { val := reflect.ValueOf(obj).Elem() elem := reflect.ValueOf(value).Elem() val.Index(index).Set(elem) } func (type2 *safeSliceType) UnsafeSe...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_above_118.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_above_118.go
//+build go1.18 package reflect2 import ( "unsafe" ) // m escapes into the return value, but the caller of mapiterinit // doesn't let the return value escape. //go:noescape //go:linkname mapiterinit reflect.mapiterinit func mapiterinit(rtype unsafe.Pointer, m unsafe.Pointer, it *hiter) func (type2 *UnsafeMapType) ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_struct.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_struct.go
package reflect2 import ( "reflect" "unsafe" ) type UnsafeStructType struct { unsafeType likePtr bool } func newUnsafeStructType(cfg *frozenConfig, type1 reflect.Type) *UnsafeStructType { return &UnsafeStructType{ unsafeType: *newUnsafeType(cfg, type1), likePtr: likePtrType(type1), } } func (type2 *Uns...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_ptr.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_ptr.go
package reflect2 import ( "reflect" "unsafe" ) type UnsafePtrType struct { unsafeType } func newUnsafePtrType(cfg *frozenConfig, type1 reflect.Type) *UnsafePtrType { return &UnsafePtrType{ unsafeType: *newUnsafeType(cfg, type1), } } func (type2 *UnsafePtrType) IsNil(obj interface{}) bool { if obj == nil { ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/type_map.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/type_map.go
// +build !gccgo package reflect2 import ( "reflect" "sync" "unsafe" ) // typelinks2 for 1.7 ~ //go:linkname typelinks2 reflect.typelinks func typelinks2() (sections []unsafe.Pointer, offset [][]int32) // initOnce guards initialization of types and packages var initOnce sync.Once var types map[string]reflect.Ty...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_struct.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/safe_struct.go
package reflect2 type safeStructType struct { safeType } func (type2 *safeStructType) FieldByName(name string) StructField { field, found := type2.Type.FieldByName(name) if !found { panic("field " + name + " not found") } return &safeField{StructField: field} } func (type2 *safeStructType) Field(i int) Struct...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_map.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_map.go
package reflect2 import ( "reflect" "unsafe" ) type UnsafeMapType struct { unsafeType pKeyRType unsafe.Pointer pElemRType unsafe.Pointer } func newUnsafeMapType(cfg *frozenConfig, type1 reflect.Type) MapType { return &UnsafeMapType{ unsafeType: *newUnsafeType(cfg, type1), pKeyRType: unpackEFace(reflect.P...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_field.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_field.go
package reflect2 import ( "reflect" "unsafe" ) type UnsafeStructField struct { reflect.StructField structType *UnsafeStructType rtype unsafe.Pointer ptrRType unsafe.Pointer } func newUnsafeStructField(structType *UnsafeStructType, structField reflect.StructField) *UnsafeStructField { return &UnsafeStru...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_below_118.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/go_below_118.go
//+build !go1.18 package reflect2 import ( "unsafe" ) // m escapes into the return value, but the caller of mapiterinit // doesn't let the return value escape. //go:noescape //go:linkname mapiterinit reflect.mapiterinit func mapiterinit(rtype unsafe.Pointer, m unsafe.Pointer) (val *hiter) func (type2 *UnsafeMapTyp...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_type.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_type.go
package reflect2 import ( "reflect" "unsafe" ) type unsafeType struct { safeType rtype unsafe.Pointer ptrRType unsafe.Pointer } func newUnsafeType(cfg *frozenConfig, type1 reflect.Type) *unsafeType { return &unsafeType{ safeType: safeType{ Type: type1, cfg: cfg, }, rtype: unpackEFace(type1)....
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_iface.go
cmd/kubectl-mtv/vendor/github.com/modern-go/reflect2/unsafe_iface.go
package reflect2 import ( "reflect" "unsafe" ) type iface struct { itab *itab data unsafe.Pointer } type itab struct { ignore unsafe.Pointer rtype unsafe.Pointer } func IFaceToEFace(ptr unsafe.Pointer) interface{} { iface := (*iface)(ptr) if iface.itab == nil { return nil } return packEFace(iface.itab....
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/liggitt/tabwriter/tabwriter.go
cmd/kubectl-mtv/vendor/github.com/liggitt/tabwriter/tabwriter.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package tabwriter implements a write filter (tabwriter.Writer) that // translates tabbed columns in input into properly aligned text. // // It is a drop-in r...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/match.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/match.go
package gitignore import "path/filepath" type pathMatcher interface { match(path string) bool } type simpleMatcher struct { path string } func (m simpleMatcher) match(path string) bool { return m.path == path } type filepathMatcher struct { path string } func (m filepathMatcher) match(path string) bool { mat...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/gitignore.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/gitignore.go
package gitignore import ( "bufio" "io" "os" "path/filepath" "strings" ) type IgnoreMatcher interface { Match(path string, isDir bool) bool } type DummyIgnoreMatcher bool func (d DummyIgnoreMatcher) Match(path string, isDir bool) bool { return bool(d) } type gitIgnore struct { ignorePatterns scanStrategy ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/full_scan_patterns.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/full_scan_patterns.go
package gitignore import "strings" // Only benchmark use type fullScanPatterns struct { absolute patterns relative patterns } func newFullScanPatterns() *fullScanPatterns { return &fullScanPatterns{ absolute: patterns{}, relative: patterns{}, } } func (ps *fullScanPatterns) add(pattern string) { if strings...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/patterns.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/patterns.go
package gitignore type patterns struct { patterns []pattern } func (ps *patterns) add(pattern pattern) { ps.patterns = append(ps.patterns, pattern) } func (ps *patterns) size() int { return len(ps.patterns) } func (ps patterns) match(path string, isDir bool) bool { for _, p := range ps.patterns { if match := ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/pattern.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/pattern.go
package gitignore import ( "path/filepath" "strings" ) var Separator = string(filepath.Separator) type pattern struct { hasRootPrefix bool hasDirSuffix bool pathDepth int matcher pathMatcher onlyEqualizedPath bool } func newPattern(path string) pattern { hasRootPrefix := path[0] =...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/util.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/util.go
package gitignore import ( "os" "strings" ) func cutN(path string, n int) (string, bool) { isLast := true var i, count int for i < len(path)-1 { if os.IsPathSeparator(path[i]) { count++ if count >= n { isLast = false break } } i++ } return path[:i+1], isLast } func cutLastN(path string...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/initial_holder.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/initial_holder.go
package gitignore import "strings" const initials = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ." type initialPatternHolder struct { patterns initialPatterns otherPatterns *patterns } func newInitialPatternHolder() initialPatternHolder { return initialPatternHolder{ patterns: init...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/index_scan_patterns.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/index_scan_patterns.go
package gitignore import "strings" type indexScanPatterns struct { absolute depthPatternHolder relative depthPatternHolder } func newIndexScanPatterns() *indexScanPatterns { return &indexScanPatterns{ absolute: newDepthPatternHolder(asc), relative: newDepthPatternHolder(desc), } } func (ps *indexScanPattern...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/depth_holder.go
cmd/kubectl-mtv/vendor/github.com/monochromegane/go-gitignore/depth_holder.go
package gitignore import "strings" const ( asc = iota desc ) type depthPatternHolder struct { patterns depthPatterns order int } func newDepthPatternHolder(order int) depthPatternHolder { return depthPatternHolder{ patterns: depthPatterns{m: map[int]initialPatternHolder{}}, order: order, } } func (...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser.go
package ansiterm import ( "errors" "log" "os" ) type AnsiParser struct { currState state eventHandler AnsiEventHandler context *ansiContext csiEntry state csiParam state dcsEntry state escape state escapeIntermediate state error ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser_action_helpers.go
package ansiterm import ( "strconv" ) func parseParams(bytes []byte) ([]string, error) { paramBuff := make([]byte, 0, 0) params := []string{} for _, v := range bytes { if v == ';' { if len(paramBuff) > 0 { // Completed parameter, append it to the list s := string(paramBuff) params = append(param...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/ground_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/ground_state.go
package ansiterm type groundState struct { baseState } func (gs groundState) Handle(b byte) (s state, e error) { gs.parser.context.currentChar = b nextState, err := gs.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err } switch { case sliceContains(printables, b): return gs, gs...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/constants.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/constants.go
package ansiterm const LogEnv = "DEBUG_TERMINAL" // ANSI constants // References: // -- http://www.ecma-international.org/publications/standards/Ecma-048.htm // -- http://man7.org/linux/man-pages/man4/console_codes.4.html // -- http://manpages.ubuntu.com/manpages/intrepid/man4/console_codes.4.html // -- http://en.wik...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/utilities.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/utilities.go
package ansiterm import ( "strconv" ) func sliceContains(bytes []byte, b byte) bool { for _, v := range bytes { if v == b { return true } } return false } func convertBytesToInteger(bytes []byte) int { s := string(bytes) i, _ := strconv.Atoi(s) return i }
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/event_handler.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/event_handler.go
package ansiterm type AnsiEventHandler interface { // Print Print(b byte) error // Execute C0 commands Execute(b byte) error // CUrsor Up CUU(int) error // CUrsor Down CUD(int) error // CUrsor Forward CUF(int) error // CUrsor Backward CUB(int) error // Cursor to Next Line CNL(int) error // Cursor...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/escape_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/escape_state.go
package ansiterm type escapeState struct { baseState } func (escState escapeState) Handle(b byte) (s state, e error) { escState.parser.logf("escapeState::Handle %#x", b) nextState, err := escState.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err } switch { case b == ANSI_ESCAPE_...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/context.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/context.go
package ansiterm type ansiContext struct { currentChar byte paramBuffer []byte interBuffer []byte }
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/escape_intermediate_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/escape_intermediate_state.go
package ansiterm type escapeIntermediateState struct { baseState } func (escState escapeIntermediateState) Handle(b byte) (s state, e error) { escState.parser.logf("escapeIntermediateState::Handle %#x", b) nextState, err := escState.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/states.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/states.go
package ansiterm type stateID int type state interface { Enter() error Exit() error Handle(byte) (state, error) Name() string Transition(state) error } type baseState struct { name string parser *AnsiParser } func (base baseState) Enter() error { return nil } func (base baseState) Exit() error { return ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/csi_param_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/csi_param_state.go
package ansiterm type csiParamState struct { baseState } func (csiState csiParamState) Handle(b byte) (s state, e error) { csiState.parser.logf("CsiParam::Handle %#x", b) nextState, err := csiState.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err } switch { case sliceContains(a...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/osc_string_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/osc_string_state.go
package ansiterm type oscStringState struct { baseState } func (oscState oscStringState) Handle(b byte) (s state, e error) { oscState.parser.logf("OscString::Handle %#x", b) nextState, err := oscState.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err } switch { case isOscStringTe...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/csi_entry_state.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/csi_entry_state.go
package ansiterm type csiEntryState struct { baseState } func (csiState csiEntryState) Handle(b byte) (s state, e error) { csiState.parser.logf("CsiEntry::Handle %#x", b) nextState, err := csiState.baseState.Handle(b) if nextState != nil || err != nil { return nextState, err } switch { case sliceContains(a...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser_actions.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/parser_actions.go
package ansiterm func (ap *AnsiParser) collectParam() error { currChar := ap.context.currentChar ap.logf("collectParam %#x", currChar) ap.context.paramBuffer = append(ap.context.paramBuffer, currChar) return nil } func (ap *AnsiParser) collectInter() error { currChar := ap.context.currentChar ap.logf("collectIn...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/win_event_handler.go
// +build windows package winterm import ( "bytes" "log" "os" "strconv" "github.com/Azure/go-ansiterm" ) type windowsAnsiEventHandler struct { fd uintptr file *os.File infoReset *CONSOLE_SCREEN_BUFFER_INFO sr scrollRegion buffer bytes.Buffer attributes u...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/api.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/api.go
// +build windows package winterm import ( "fmt" "syscall" "unsafe" ) //=========================================================================================================== // IMPORTANT NOTE: // // The methods below make extensive use of the "unsafe" package to obtain the required pointers. // Beginning in...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/attr_translation.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/attr_translation.go
// +build windows package winterm import "github.com/Azure/go-ansiterm" const ( FOREGROUND_COLOR_MASK = FOREGROUND_RED | FOREGROUND_GREEN | FOREGROUND_BLUE BACKGROUND_COLOR_MASK = BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE ) // collectAnsiIntoWindowsAttributes modifies the passed Windows text mode flags ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/utilities.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/utilities.go
// +build windows package winterm // AddInRange increments a value by the passed quantity while ensuring the values // always remain within the supplied min / max range. func addInRange(n int16, increment int16, min int16, max int16) int16 { return ensureInRange(n+increment, min, max) }
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/scroll_helper.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/scroll_helper.go
// +build windows package winterm // effectiveSr gets the current effective scroll region in buffer coordinates func (h *windowsAnsiEventHandler) effectiveSr(window SMALL_RECT) scrollRegion { top := addInRange(window.Top, h.sr.top, window.Top, window.Bottom) bottom := addInRange(window.Top, h.sr.bottom, window.Top,...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/erase_helpers.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/erase_helpers.go
// +build windows package winterm import "github.com/Azure/go-ansiterm" func (h *windowsAnsiEventHandler) clearRange(attributes uint16, fromCoord COORD, toCoord COORD) error { // Ignore an invalid (negative area) request if toCoord.Y < fromCoord.Y { return nil } var err error var coordStart = COORD{} var c...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/ansi.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/ansi.go
// +build windows package winterm import ( "fmt" "os" "strconv" "strings" "syscall" "github.com/Azure/go-ansiterm" windows "golang.org/x/sys/windows" ) // Windows keyboard constants // See https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx. const ( VK_PRIOR = 0x21 // PAGE UP ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/cursor_helpers.go
cmd/kubectl-mtv/vendor/github.com/Azure/go-ansiterm/winterm/cursor_helpers.go
// +build windows package winterm const ( horizontal = iota vertical ) func (h *windowsAnsiEventHandler) getCursorWindow(info *CONSOLE_SCREEN_BUFFER_INFO) SMALL_RECT { if h.originMode { sr := h.effectiveSr(info.Window) return SMALL_RECT{ Top: sr.top, Bottom: sr.bottom, Left: 0, Right: info.S...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/inconshreveable/mousetrap/trap_windows.go
cmd/kubectl-mtv/vendor/github.com/inconshreveable/mousetrap/trap_windows.go
package mousetrap import ( "syscall" "unsafe" ) func getProcessEntry(pid int) (*syscall.ProcessEntry32, error) { snapshot, err := syscall.CreateToolhelp32Snapshot(syscall.TH32CS_SNAPPROCESS, 0) if err != nil { return nil, err } defer syscall.CloseHandle(snapshot) var procEntry syscall.ProcessEntry32 procEnt...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/inconshreveable/mousetrap/trap_others.go
cmd/kubectl-mtv/vendor/github.com/inconshreveable/mousetrap/trap_others.go
//go:build !windows // +build !windows package mousetrap // StartedByExplorer returns true if the program was invoked by the user // double-clicking on the executable from explorer.exe // // It is conservative and returns false if any of the internal calls fail. // It does not guarantee that the program was run from ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/gregjones/httpcache/httpcache.go
cmd/kubectl-mtv/vendor/github.com/gregjones/httpcache/httpcache.go
// Package httpcache provides a http.RoundTripper implementation that works as a // mostly RFC-compliant cache for http responses. // // It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client // and not for a shared proxy). // package httpcache import ( "bufio" "bytes" "errors" "...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/base.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/base.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/models.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/models.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/writer.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/writer.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/reader.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/reader.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/operations.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/operations.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/display.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/jsonschema/display.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/extensions/extension.pb.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/extensions/extension.pb.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/extensions/extensions.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/extensions/extensions.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/document.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/document.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
true
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.pb.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.pb.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
true
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/document.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/document.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
true
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.pb.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.pb.go
// Copyright 2020 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
true
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/error.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/error.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/reader.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/reader.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/extensions.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/extensions.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/context.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/context.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/helpers.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/helpers.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/main.go
cmd/kubectl-mtv/vendor/github.com/google/gnostic-models/compiler/main.go
// Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/shlex/shlex.go
cmd/kubectl-mtv/vendor/github.com/google/shlex/shlex.go
/* Copyright 2012 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gofuzz/fuzz.go
cmd/kubectl-mtv/vendor/github.com/google/gofuzz/fuzz.go
/* Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gofuzz/doc.go
cmd/kubectl-mtv/vendor/github.com/google/gofuzz/doc.go
/* Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/gofuzz/bytesource/bytesource.go
cmd/kubectl-mtv/vendor/github.com/google/gofuzz/bytesource/bytesource.go
/* Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/uuid/version1.go
cmd/kubectl-mtv/vendor/github.com/google/uuid/version1.go
// Copyright 2016 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "encoding/binary" ) // NewUUID returns a Version 1 UUID based on the current NodeID and clock // sequence, and the current time. If the N...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/uuid/time.go
cmd/kubectl-mtv/vendor/github.com/google/uuid/time.go
// Copyright 2016 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "encoding/binary" "sync" "time" ) // A Time represents a time as the number of 100's of nanoseconds since 15 Oct // 1582. type Time int6...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/uuid/uuid.go
cmd/kubectl-mtv/vendor/github.com/google/uuid/uuid.go
// Copyright 2018 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "bytes" "crypto/rand" "encoding/hex" "errors" "fmt" "io" "strings" "sync" ) // A UUID is a 128 bit (16 byte) Universal Unique IDent...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false
kubev2v/forklift
https://github.com/kubev2v/forklift/blob/b3b4703e958c25d54c4d48138d9e80ae32fadac3/cmd/kubectl-mtv/vendor/github.com/google/uuid/version6.go
cmd/kubectl-mtv/vendor/github.com/google/uuid/version6.go
// Copyright 2023 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import "encoding/binary" // UUID version 6 is a field-compatible version of UUIDv1, reordered for improved DB locality. // It is expected that UUIDv...
go
Apache-2.0
b3b4703e958c25d54c4d48138d9e80ae32fadac3
2026-01-07T09:44:30.792320Z
false