tidy up `deno.lock`
Hey, is there something like
go mod tidy (https://golangbyexample.com/go-mod-tidy/) in Deno? The background is that my 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
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...
