Skip to content

Commit

Permalink
go: mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Dec 9, 2024
1 parent db0b84a commit 4eabb2f
Show file tree
Hide file tree
Showing 494 changed files with 105,192 additions and 6,034 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6f36a2",
"activityBar.background": "#6f36a2",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#302110",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#6f36a2",
"statusBar.background": "#55297c",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#6f36a2",
"statusBarItem.remoteBackground": "#55297c",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#55297c",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#55297c99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#55297c"
}
12 changes: 12 additions & 0 deletions vendor/github.com/fxamacker/cbor/v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions vendor/github.com/fxamacker/cbor/v2/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

133 changes: 133 additions & 0 deletions vendor/github.com/fxamacker/cbor/v2/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions vendor/github.com/fxamacker/cbor/v2/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/fxamacker/cbor/v2/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4eabb2f

Please sign in to comment.