27 lines
1,014 B
Modula-2
27 lines
1,014 B
Modula-2
module github.com/b177y/starship
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29 // indirect
|
|
github.com/auth0/go-jwt-middleware v1.0.0
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/meatballhat/negroni-logrus v1.1.1
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/o1egl/paseto v1.0.0
|
|
github.com/o1egl/paseto/v2 v2.1.1
|
|
github.com/pieterbork/ed25519 v0.0.0-20200301051623-f19b832d0d2e // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/cors v1.7.0
|
|
github.com/signal-golang/ed25519 v0.0.0-20200301051623-f19b832d0d2e
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/slackhq/nebula v1.4.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|