module github.com/tdewolff/argp

go 1.11

require (
	github.com/jmoiron/sqlx v1.4.0
	github.com/pelletier/go-toml v1.9.5
	github.com/tdewolff/test v1.0.11
	gopkg.in/yaml.v3 v3.0.1
)
