GitHub / controlplaneio / netassertv2-packet-sniffer
This repo houses Netassertv2 TCP/UDP Packet sniffer
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlplaneio%2Fnetassertv2-packet-sniffer
PURL: pkg:github/controlplaneio/netassertv2-packet-sniffer
Stars: 5
Forks: 2
Open issues: 1
License: apache-2.0
Language: Go
Size: 90.8 KB
Dependencies parsed at:
79
Created at: over 2 years ago
Updated at: 2 months ago
Pushed at: 2 months ago
Last synced at: 2 months ago
.github/workflows/build.yaml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- aquasecurity/trivy-action master composite
- reviewdog/action-golangci-lint v2 composite
- reviewdog/action-hadolint v1 composite
.github/workflows/docker.yaml
actions
- actions/checkout v2 composite
- docker/build-push-action v4 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
Dockerfile
docker
go.mod
go
- github.com/ardanlabs/conf/v3 v3.1.3
- github.com/davecgh/go-spew v1.1.1
- github.com/google/go-cmp v0.5.9
- github.com/google/gopacket v1.1.19
- github.com/kr/pretty v0.3.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.8.1
- github.com/stretchr/testify v1.8.1
- go.uber.org/atomic v1.7.0
- go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.24.0
- golang.org/x/net v0.7.0
- golang.org/x/sys v0.5.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/ardanlabs/conf/v3 v3.1.3
- github.com/benbjohnson/clock v1.1.0
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/google/go-cmp v0.3.1
- github.com/google/go-cmp v0.5.9
- github.com/google/gopacket v1.1.19
- github.com/kr/pretty v0.1.0
- github.com/kr/pretty v0.2.1
- github.com/kr/pretty v0.3.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.6.1
- github.com/rogpeppe/go-internal v1.8.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/stretchr/testify v1.8.1
- go.uber.org/atomic v1.7.0
- go.uber.org/goleak v1.1.11
- go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.24.0
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
- golang.org/x/lint v0.0.0-20200302205851-738671d3881b
- golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.7.0
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.5.0
- golang.org/x/text v0.3.0
- golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/errgo.v2 v2.1.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1