Skip to content

35 feature add key auth #64

35 feature add key auth

35 feature add key auth #64

GitHub Actions / Qodana for Go completed Oct 13, 2024 in 0s

6 new problems found by Qodana for Go

Qodana for Go

6 new problems were found

Inspection name Severity Problems
Unused exported function 🔶 Warning 3
Unhandled error 🔶 Warning 1
Duplicated code fragment ◽️ Notice 1
Type assertion on errors fails on wrapped errors ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 75 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
github.com/DATA-DOG/go-sqlmock v1.5.0 BSD-3-Clause
github.com/bytedance/sonic/loader v0.1.1 Apache-2.0
github.com/bytedance/sonic v1.11.6 Apache-2.0
github.com/cloudwego/base64x v0.1.4 Apache-2.0
github.com/cloudwego/iasm v0.2.0 Apache-2.0
github.com/creack/pty v1.1.9 MIT
github.com/davecgh/go-spew v1.1.1 ISC
github.com/denisenkom/go-mssqldb v0.10.0 BSD-3-Clause
github.com/doug-martin/goqu/v9 v9.19.0 MIT
github.com/gabriel-vasile/mimetype v1.4.3 MIT
github.com/gin-contrib/sse v0.1.0 MIT
github.com/gin-gonic/gin v1.10.0 MIT
github.com/go-playground/assert/v2 v2.2.0 MIT
github.com/go-playground/locales v0.14.1 MIT
github.com/go-playground/universal-translator v0.18.1 MIT
github.com/go-playground/validator/v10 v10.20.0 MIT
github.com/go-sql-driver/mysql v1.6.0 MPL-2.0
github.com/goccy/go-json v0.10.2 MIT
github.com/golang-jwt/jwt v3.2.2+incompatible MIT
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe Apache-2.0
github.com/golang/protobuf v1.5.0 BSD-3-Clause
github.com/google/go-cmp v0.5.9 BSD-3-Clause
github.com/google/gofuzz v1.0.0 Apache-2.0
github.com/google/uuid v1.6.0 BSD-3-Clause
github.com/jackc/pgpassfile v1.0.0 MIT
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 MIT
github.com/jackc/pgx/v5 v5.7.1 MIT
github.com/jackc/puddle/v2 v2.2.2 MIT
github.com/jinzhu/inflection v1.0.0 MIT
github.com/jinzhu/now v1.1.5 MIT
github.com/json-iterator/go v1.1.12 MIT
github.com/klauspost/cpuid/v2 v2.2.7 MIT
github.com/knz/go-libedit v1.10.1 Apache-2.0
github.com/kr/pretty v0.3.1 MIT
github.com/kr/text v0.2.0 MIT
github.com/labstack/echo/v4 v4.11.4 MIT
github.com/labstack/gommon v0.4.2 MIT
github.com/leodido/go-urn v1.4.0 MIT
github.com/lib/pq v1.10.1 MIT
github.com/mattn/go-colorable v0.1.13 MIT
github.com/mattn/go-isatty v0.0.20 MIT
github.com/mattn/go-sqlite3 v1.14.7 MIT
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd Apache-2.0
github.com/modern-go/reflect2 v1.0.2 Apache-2.0
github.com/pelletier/go-toml/v2 v2.2.2 MIT
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e BSD-3-Clause
github.com/pmezard/go-difflib v1.0.0 BSD-3-Clause
github.com/rogpeppe/go-internal v1.13.1 BSD-3-Clause
github.com/stretchr/objx v0.5.2 MIT
github.com/stretchr/testify v1.9.0 MIT
github.com/twitchyliquid64/golang-asm v0.15.1 BSD-3-Clause
github.com/ugorji/go/codec v1.2.12 MIT
github.com/valyala/bytebufferpool v1.0.0 MIT
github.com/valyala/fasttemplate v1.2.2 MIT
go.uber.org/goleak v1.3.0 MIT
go.uber.org/multierr v1.10.0 MIT
go.uber.org/zap v1.27.0 MIT
golang.org/x/arch v0.8.0 BSD-3-Clause
golang.org/x/crypto v0.27.0 BSD-3-Clause
golang.org/x/mod v0.18.0 BSD-3-Clause
golang.org/x/net v0.25.0 BSD-3-Clause
golang.org/x/sync v0.8.0 BSD-3-Clause
golang.org/x/sys v0.25.0 BSD-3-Clause
golang.org/x/term v0.24.0 BSD-3-Clause
golang.org/x/text v0.18.0 BSD-3-Clause
golang.org/x/time v0.5.0 BSD-3-Clause
golang.org/x/tools v0.22.0 BSD-3-Clause
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 BSD-3-Clause
google.golang.org/protobuf v1.34.1 BSD-3-Clause
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c BSD-2-Clause
gopkg.in/yaml.v3 v3.0.1 Apache-2.0
MIT
gorm.io/driver/postgres v1.5.9 MIT
gorm.io/gorm v1.25.12 MIT
nullprogram.com/x/optparse v1.0.0 Unlicense
rsc.io/pdf v0.1.1 BSD-3-Clause
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 447 in src/key_management/static/css/main_output.css

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Duplicated code fragment

Duplicated code

Check notice on line 16 in src/util/error.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Type assertion on errors fails on wrapped errors

Type assertion on errors fails on wrapped errors

Check warning on line 21 in src/util/download_csv.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unhandled error

Unhandled error

Check warning on line 10 in src/util/error.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused exported function

Unused function `ServerError`

Check warning on line 14 in src/util/error.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused exported function

Unused function `CustomHTTPErrorHandler`

Check warning on line 5 in src/util/time.go

See this annotation in the file changed.

@github-actions github-actions / Qodana for Go

Unused exported function

Unused function `ParseDay`