You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
module github.com/dustinpianalto/quartermaster
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gobuffalo/here v0.6.0 // indirect
|
|
github.com/golang-migrate/migrate/v4 v4.15.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/markbates/pkger v0.17.1 // indirect
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
)
|