Release 3.0 #13
Annotations
10 errors
Lint:
pkg/config/viper.go#L6
import 'github.com/mitchellh/mapstructure' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/config/viper.go#L7
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/utils/ctxutils/ctx_req.go#L7
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/logger/logger.go#L9
import 'github.com/rs/zerolog' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/logger/logger.go#L11
import 'github.com/shivanshkc/rosenbridge/v3/pkg/config' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/logger/logger.go#L12
import 'github.com/shivanshkc/rosenbridge/v3/pkg/utils/ctxutils' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/bridge/bridge_ws.go#L9
import 'github.com/gobwas/ws' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/bridge/bridge_ws.go#L10
import 'github.com/gobwas/ws/wsutil' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/bridge/bridge_ws_actions.go#L4
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
|
Lint:
pkg/bridge/bridge_ws_conn.go#L7
import 'github.com/gobwas/ws' is not allowed from list 'Main' (depguard)
|