deplist

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 6 Imported by: 0

README

Deplist

A very simple tool that lists the external (non-stdlib) dependencies of a Go package.

Examples:

$ deplist github.com/jmoiron/sqlx 
github.com/jmoiron/sqlx/reflectx
$ deplist -t github.com/jmoiron/sqlx      # -t to show test dependencies
github.com/go-sql-driver/mysql
github.com/jmoiron/sqlx/reflectx
github.com/lib/pq
github.com/lib/pq/oid
github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3/sqlite3_test

deplist -h shows usage info.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL