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.
23 lines
640 B
23 lines
640 B
module github.com/dustinpianalto/quartermaster
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dustinpianalto/errors v0.0.2
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.15.1
|
|
github.com/gorilla/handlers v1.5.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/felixge/httpsnoop v1.0.2 // indirect
|
|
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
|
|
)
|