From 9785edd26366be8eb11c2435f50f90a5c8eea7fc Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 8 Mar 2020 17:08:18 +0100 Subject: Remove replace directives and use own fork to make go get work again (#1028) See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options. --- .../msgraph.go/beta/WorkbookRangeFontModel.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFontModel.go (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFontModel.go') diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFontModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFontModel.go deleted file mode 100644 index fe2e3376..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFontModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// WorkbookRangeFont undocumented -type WorkbookRangeFont struct { - // Entity is the base model of WorkbookRangeFont - Entity - // Bold undocumented - Bold *bool `json:"bold,omitempty"` - // Color undocumented - Color *string `json:"color,omitempty"` - // Italic undocumented - Italic *bool `json:"italic,omitempty"` - // Name undocumented - Name *string `json:"name,omitempty"` - // Size undocumented - Size *float64 `json:"size,omitempty"` - // Underline undocumented - Underline *string `json:"underline,omitempty"` -} -- cgit v1.2.3