refactor: remove legacy package #303
build.yml
on: pull_request
short-tests
5s
lint
6s
gosec
54s
coverage-threshold
8s
integration
10s
Annotations
21 errors and 10 warnings
short-tests
missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by github.com/refraction-networking/utls); to add:
|
short-tests
missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte (imported by github.com/refraction-networking/utls); to add:
|
short-tests
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/refraction-networking/utls); to add:
|
short-tests
missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/refraction-networking/utls); to add:
|
short-tests
missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/refraction-networking/utls); to add:
|
short-tests
Process completed with exit code 1.
|
coverage-threshold
missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by github.com/refraction-networking/utls); to add:
|
coverage-threshold
missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte (imported by github.com/refraction-networking/utls); to add:
|
coverage-threshold
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/refraction-networking/utls); to add:
|
coverage-threshold
missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/refraction-networking/utls); to add:
|
coverage-threshold
missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/refraction-networking/utls); to add:
|
coverage-threshold
Process completed with exit code 2.
|
integration
missing go.sum entry for module providing package golang.org/x/crypto/chacha20poly1305 (imported by github.com/refraction-networking/utls); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/crypto/cryptobyte (imported by github.com/refraction-networking/utls); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/refraction-networking/utls); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/crypto/hkdf (imported by github.com/refraction-networking/utls); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/crypto/sha3 (imported by github.com/refraction-networking/utls); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/ory/dockertest/v3/docker/pkg/ioutils); to add:
|
integration:
extras/ping/ping.go#L30
missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by github.com/ooni/minivpn/extras/ping); to add:
|
integration
missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/ory/dockertest/v3/docker/pkg/archive); to add:
|
integration
Process completed with exit code 1.
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/session/keysource_test.go#L34
should replace i += 1 with i++
|
lint:
internal/session/manager.go#L114
comment on exported method Manager.NewACKForPacketIDs should be of the form "NewACKForPacketIDs ..."
|
lint:
internal/runtimex/runtimex_test.go#L13
parameter 't' seems to be unused, consider removing or renaming it as _
|
lint:
internal/session/manager.go#L248
exported method Manager.CurrentKeyID should have comment or be unexported
|
lint:
internal/reliabletransport/constants.go#L4
comment on exported const RELIABLE_SEND_BUFFER_SIZE should be of the form "RELIABLE_SEND_BUFFER_SIZE ..."
|
lint:
internal/mocks/addr.go#L1
should have a package comment
|
lint:
internal/reliabletransport/constants.go#L8
comment on exported const RELIABLE_RECV_BUFFER_SIZE should be of the form "RELIABLE_RECV_BUFFER_SIZE ..."
|
lint:
internal/vpntest/assert.go#L5
exported function AssertPanic should have comment or be unexported
|