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.
17 lines
573 B
17 lines
573 B
module github.com/dustinpianalto/quartermaster
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gobuffalo/here v0.6.0 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang-migrate/migrate/v4 v4.15.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // 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
|
|
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8 // indirect
|
|
)
|