type github.com/google/uuid.UUID

52 uses

	github.com/google/uuid (current package)
		dce.go#L32: func NewDCESecurity(domain Domain, id uint32) (UUID, error) {
		dce.go#L46: func NewDCEPerson() (UUID, error) {
		dce.go#L54: func NewDCEGroup() (UUID, error) {
		dce.go#L60: func (uuid UUID) Domain() Domain {
		dce.go#L66: func (uuid UUID) ID() uint32 {
		hash.go#L19: 	Nil           UUID // empty UUID, all zeros
		hash.go#L27: func NewHash(h hash.Hash, space UUID, data []byte, version int) UUID {
		hash.go#L32: 	var uuid UUID
		hash.go#L43: func NewMD5(space UUID, data []byte) UUID {
		hash.go#L51: func NewSHA1(space UUID, data []byte) UUID {
		marshal.go#L10: func (uuid UUID) MarshalText() ([]byte, error) {
		marshal.go#L17: func (uuid *UUID) UnmarshalText(data []byte) error {
		marshal.go#L27: func (uuid UUID) MarshalBinary() ([]byte, error) {
		marshal.go#L32: func (uuid *UUID) UnmarshalBinary(data []byte) error {
		node.go#L86: func (uuid UUID) NodeID() []byte {
		null.go#L30: 	UUID  UUID
		sql.go#L15: func (uuid *UUID) Scan(src interface{}) error {
		sql.go#L57: func (uuid UUID) Value() (driver.Value, error) {
		time.go#L112: func (uuid UUID) Time() Time {
		time.go#L132: func (uuid UUID) ClockSequence() int {
		uuid.go#L20: type UUID [16]byte
		uuid.go#L68: func Parse(s string) (UUID, error) {
		uuid.go#L69: 	var uuid UUID
		uuid.go#L120: func ParseBytes(b []byte) (UUID, error) {
		uuid.go#L121: 	var uuid UUID
		uuid.go#L166: func MustParse(s string) UUID {
		uuid.go#L176: func FromBytes(b []byte) (uuid UUID, err error) {
		uuid.go#L182: func Must(uuid UUID, err error) UUID {
		uuid.go#L244: func (uuid UUID) String() string {
		uuid.go#L252: func (uuid UUID) URN() string {
		uuid.go#L259: func encodeHex(dst []byte, uuid UUID) {
		uuid.go#L272: func (uuid UUID) Variant() Variant {
		uuid.go#L286: func (uuid UUID) Version() Version {
		uuid.go#L356: type UUIDs []UUID
		version1.go#L19: func NewUUID() (UUID, error) {
		version1.go#L20: 	var uuid UUID
		version4.go#L13: func New() UUID {
		version4.go#L39: func NewRandom() (UUID, error) {
		version4.go#L47: func NewRandomFromReader(r io.Reader) (UUID, error) {
		version4.go#L48: 	var uuid UUID
		version4.go#L58: func newRandomFromPool() (UUID, error) {
		version4.go#L59: 	var uuid UUID
		version6.go#L21: func NewV6() (UUID, error) {
		version6.go#L22: 	var uuid UUID
		version7.go#L23: func NewV7() (UUID, error) {
		version7.go#L35: func NewV7FromReader(r io.Reader) (UUID, error) {

	github.com/oapi-codegen/runtime
		styleparam.go#L432: 		if v, ok := value.(uuid.UUID); ok {

	github.com/oapi-codegen/runtime/types
		uuid.go#L7: type UUID = uuid.UUID