github.com/wostzone/hub/auth@v0.0.0-20220118060317-7bb375743b17/go.mod (about)

     1  module github.com/wostzone/hub/auth
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/alexedwards/argon2id v0.0.0-20210511081203-7d35d68092b8
     7  	github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
     8  	github.com/fsnotify/fsnotify v1.5.1
     9  	github.com/gorilla/mux v1.8.0
    10  	github.com/rs/cors v1.8.0 // indirect
    11  	github.com/sirupsen/logrus v1.8.1
    12  	github.com/stretchr/testify v1.7.0
    13  	github.com/wostzone/hub/lib/client v0.0.0-20211107002258-e0347d7dc2cd
    14  	github.com/wostzone/hub/lib/serve v0.0.0-20211107033214-4ab42d646d60
    15  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    16  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
    17  )
    18  
    19  replace github.com/wostzone/hub/lib/client => ../lib/client
    20  
    21  replace github.com/wostzone/hub/lib/serve => ../lib/serve