Skip to content

Commit

Permalink
Chore/deps (#56)
Browse files Browse the repository at this point in the history
* chore: upgrade Go deps

Signed-off-by: thediveo <[email protected]>

* fix: nft port fw discovery mk3 covering changed nft expr generation

Signed-off-by: thediveo <[email protected]>

* chore: coverage badge

Signed-off-by: thediveo <[email protected]>

* chore: upgrade nufftables

Signed-off-by: thediveo <[email protected]>

---------

Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo authored Jul 23, 2024
1 parent 1f3832a commit 3d8c3d1
Show file tree
Hide file tree
Showing 8 changed files with 305 additions and 139 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
![goroutines](https://img.shields.io/badge/go%20routines-not%20leaking-success)
![file descriptors](https://img.shields.io/badge/file%20descriptors-not%20leaking-success)
[![Go Report Card](https://goreportcard.com/badge/github.com/siemens/ghostwire/v2)](https://goreportcard.com/report/github.com/siemens/ghostwire/v2)
![Coverage](https://img.shields.io/badge/Coverage-77.9%25-yellow)
![Coverage](https://img.shields.io/badge/Coverage-77.0%25-yellow)

**G(h)ostwire** discovers the virtual (or not) network configuration inside
_Linux_ hosts – and can be deployed as a REST service or consumed as a Go
Expand Down Expand Up @@ -54,7 +54,8 @@ Finally, visit http://localhost:5000 and start looking around the virtual
container networking, IP and DNS configuration, open and forwarded ports, and
much more.

> ⚠ This quick start deployment will **expose TCP port 5000** also to clients
> [!WARNING]
> This quick start deployment will **expose TCP port 5000** also to clients
> external to your host. Make sure to have proper network protection in place.
## Eye Candy!
Expand Down
63 changes: 32 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,45 @@ replace github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.12

require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/containernetworking/cni v1.2.0
github.com/docker/docker v26.1.1+incompatible
github.com/docker/go-connections v0.5.0
github.com/dustinkirkland/golang-petname v0.0.0-20231002161417-6a283f1aaaf2
github.com/getkin/kin-openapi v0.124.0
github.com/containernetworking/cni v1.2.3
github.com/docker/docker v27.1.0+incompatible
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
github.com/getkin/kin-openapi v0.126.0
github.com/google/nftables v0.2.1-0.20240422065334-aa8348f7904c
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/gorilla/websocket v1.5.3
github.com/jinzhu/copier v0.4.0
github.com/ohler55/ojg v1.21.5
github.com/onsi/ginkgo/v2 v2.17.3
github.com/ohler55/ojg v1.23.0
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/ory/dockertest v3.3.5+incompatible
github.com/ory/dockertest/v3 v3.10.0
github.com/siemens/ieddata v1.0.0
github.com/siemens/mobydig v1.1.0
github.com/siemens/turtlefinder v1.1.3
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/thediveo/deferrer v0.1.0
github.com/thediveo/fdooze v0.3.1
github.com/thediveo/go-plugger/v3 v3.1.0
github.com/thediveo/ioctl v0.9.3
github.com/thediveo/lxkns v0.33.1
github.com/thediveo/morbyd v0.11.1
github.com/thediveo/lxkns v0.36.0
github.com/thediveo/morbyd v0.13.0
github.com/thediveo/namspill v0.1.6
github.com/thediveo/netdb v1.1.2
github.com/thediveo/notwork v1.5.0
github.com/thediveo/nufftables v0.9.0
github.com/thediveo/notwork v1.6.2
github.com/thediveo/nufftables v0.10.0
github.com/thediveo/osrelease v1.0.2
github.com/thediveo/procfsroot v1.0.1
github.com/thediveo/spaserve v1.0.2
github.com/thediveo/success v1.0.2
github.com/thediveo/testbasher v1.0.8
github.com/thediveo/whalewatcher v0.11.3
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240223175432-6ab7f5a3765c
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/sys v0.20.0
golang.org/x/text v0.15.0
sigs.k8s.io/kind v0.22.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
sigs.k8s.io/kind v0.23.0
)

require (
Expand All @@ -54,22 +53,25 @@ require (
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Microsoft/hcsshim v0.11.7 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/alessio/shellescape v1.4.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/containerd/containerd v1.7.14 // indirect
github.com/containerd/containerd v1.7.19 // indirect
github.com/containerd/containerd/api v1.7.19 // indirect
github.com/containerd/continuity v0.4.3 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
github.com/containerd/fifo v1.1.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/ttrpc v1.2.3 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/containerd/ttrpc v1.2.5 // indirect
github.com/containerd/typeurl/v2 v2.1.1 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/cli v25.0.4+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
Expand All @@ -78,8 +80,8 @@ require (
github.com/gammazero/workerpool v1.1.3 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.20.2 // indirect
github.com/go-openapi/swag v0.22.8 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -91,7 +93,7 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/josharian/native v1.1.0 // indirect
Expand All @@ -103,7 +105,6 @@ require (
github.com/mdlayher/socket v0.5.0 // indirect
github.com/miekg/dns v1.1.59 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/moby/buildkit v0.13.2 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
Expand Down Expand Up @@ -134,17 +135,17 @@ require (
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/tools v0.21.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
k8s.io/cri-api v0.29.3 // indirect
k8s.io/cri-api v0.29.6 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
Loading

0 comments on commit 3d8c3d1

Please sign in to comment.