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.
quartermaster/go.mod

21 lines
555 B

module github.com/dustinpianalto/quartermaster
go 1.17
require (
github.com/dustinpianalto/errors v0.0.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.4
github.com/markbates/pkger v0.17.1
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
)
require (
github.com/gobuffalo/here v0.6.5 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
)