this repo has no description

auth: move to top level

Changed files
+2 -2
auth
cmd
repoguard
routes
+1 -1
cmd/repoguard/main.go
··· 12 12 "strings" 13 13 "time" 14 14 15 - "github.com/icyphox/bild/routes/auth" 15 + "github.com/icyphox/bild/auth" 16 16 ) 17 17 18 18 var (
+1 -1
routes/auth.go
··· 7 7 8 8 comatproto "github.com/bluesky-social/indigo/api/atproto" 9 9 "github.com/bluesky-social/indigo/xrpc" 10 - rauth "github.com/icyphox/bild/routes/auth" 10 + rauth "github.com/icyphox/bild/auth" 11 11 ) 12 12 13 13 const (
routes/auth/auth.go auth/auth.go
routes/auth/types.go auth/types.go