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.

13 lines
286 B

module git.vdhsn.com/adam/bodytrack
go 1.15
require (
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.2
github.com/go-chi/jwtauth/v5 v5.0.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)