DenoDDeno
Powered by
krmlK
Denoβ€’3y agoβ€’
4 replies
krml

tidy up `deno.lock`

Hey, is there something like
go mod tidy
go mod tidy
(https://golangbyexample.com/go-mod-tidy/) in Deno? The background is that my
deno.lock
deno.lock
got a couple of entries that I no longer use and so I was wondering what the "most convinient" way it would be to get rid of those entries. Thanks in advance!
Welcome To Golang By Exampleadmin
What does go mod tidy do in Go (Golang) - Welcome To Golang By Example
Overview This command will basically match the go.mod file with the dependencies required in the source files. Download all the dependencies that are required in your source files and update go.mod file...
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

deno.lock conflict, dispite no visible deno.lock file
MagpieDevMMagpieDev / help
15mo ago
Unexpected `deno.lock` update?
winterWwinter / help
11mo ago
`deno run` that never writes to `DENO_DIR` or `deno.lock`?
jonJjon / help
16mo ago
Remove Dependencies from `deno.lock` file
CJCCJ / help
3y ago