command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 1, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.