How to find package dependencies of a Go package

Опубликовано: 07 Июль 2026
на канале: Victor on Software
298
5

2 ways to find and check that your Go package is dependent on specific other packages
Full article: https://victoronsoftware.com/posts/go...

Go code: https://gist.github.com/getvictor/17f...

Evolutionary architecture video:    • How to scale your codebase with evolutiona...  

0:00 Intro
3:25 Find package dependencies with "go list" command
7:20 Find package dependencies with Go code