mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-22 04:55:28 +01:00
Add simple auth (#186)
This commit is contained in:
3
go.cap
3
go.cap
@@ -2,6 +2,7 @@ github.com/SecurityBrewery/catalyst/cmd/catalyst (network)
|
||||
|
||||
github.com/RoaringBitmap/roaring (reflect, unsafe)
|
||||
github.com/SecurityBrewery/catalyst (execute, file, network)
|
||||
github.com/SecurityBrewery/catalyst/auth (network)
|
||||
github.com/SecurityBrewery/catalyst/database/busdb (network)
|
||||
github.com/SecurityBrewery/catalyst/generated/api (network)
|
||||
github.com/SecurityBrewery/catalyst/generated/caql/parser (reflect)
|
||||
@@ -77,7 +78,6 @@ github.com/docker/go-connections/sockets (file, network, syscall)
|
||||
github.com/docker/go-connections/tlsconfig (file)
|
||||
github.com/go-chi/chi (network)
|
||||
github.com/go-chi/chi/middleware (file, network)
|
||||
github.com/go-chi/cors (file, network)
|
||||
github.com/gobwas/ws (network, reflect, unsafe)
|
||||
github.com/gobwas/ws/wsutil (file, network)
|
||||
github.com/gogo/protobuf/proto (reflect, unsafe)
|
||||
@@ -99,6 +99,7 @@ golang.org/x/net/internal/socks (network)
|
||||
golang.org/x/net/proxy (file, network)
|
||||
golang.org/x/oauth2 (network)
|
||||
golang.org/x/oauth2/internal (file, network)
|
||||
golang.org/x/sys/cpu (file)
|
||||
golang.org/x/sys/internal/unsafeheader (unsafe)
|
||||
golang.org/x/sys/unix (syscall, unsafe)
|
||||
google.golang.org/genproto/googleapis/rpc/status (reflect)
|
||||
|
||||
Reference in New Issue
Block a user