Skip to content

Commit

Permalink
build(go): ⬆️ go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jan 24, 2024
1 parent 7114c25 commit a50a8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"conventionalCommits.scopes": [
"web",
"tools",
"config"
"config",
"go"
],
"go.lintTool": "golangci-lint",
"go.lintFlags": [
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand Down

0 comments on commit a50a8cc

Please sign in to comment.