1 2 3 4 5 6 7 8 9 10
module git.sr.ht/~evanj/security go 1.13 require ( github.com/Pallinder/go-randomdata v1.2.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d gopkg.in/go-playground/assert.v1 v1.2.1 )