Skip to content

Commit

Permalink
go mod cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 1, 2024
1 parent caaa9c5 commit c38df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package tools
//go:generate go install github.com/uudashr/gopkgs/v2/cmd/gopkgs
//go:generate go install golang.org/x/lint/golint
//go:generate go install golang.org/x/oauth2
//go:generate go install golang.org/x/tools/gopls
//go:generate go install golang.org/x/tools/gopls@latest
//go:generate go install golang.org/x/tools/cmd/goimports@latest

import (
Expand Down

0 comments on commit c38df28

Please sign in to comment.