Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the openziti group across 1 directory with 10 updates #2392

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 19 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ require (
github.com/miekg/dns v1.1.62
github.com/mitchellh/mapstructure v1.5.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/openziti/agent v1.0.17
github.com/openziti/agent v1.0.18
github.com/openziti/channel/v2 v2.0.143
github.com/openziti/cobra-to-md v1.0.1
github.com/openziti/edge-api v0.26.29
github.com/openziti/foundation/v2 v2.0.48
github.com/openziti/identity v1.0.84
github.com/openziti/edge-api v0.26.30
github.com/openziti/foundation/v2 v2.0.49
github.com/openziti/identity v1.0.85
github.com/openziti/jwks v1.0.4
github.com/openziti/metrics v1.2.57
github.com/openziti/runzmd v1.0.50
github.com/openziti/sdk-golang v0.23.40
github.com/openziti/secretstream v0.1.21
github.com/openziti/storage v0.3.0
github.com/openziti/transport/v2 v2.0.143
github.com/openziti/metrics v1.2.58
github.com/openziti/runzmd v1.0.51
github.com/openziti/sdk-golang v0.23.41
github.com/openziti/secretstream v0.1.24
github.com/openziti/storage v0.3.2
github.com/openziti/transport/v2 v2.0.146
github.com/openziti/x509-claims v1.0.3
github.com/openziti/xweb/v2 v2.1.1
github.com/openziti/ziti-db-explorer v1.1.3
Expand All @@ -82,8 +82,8 @@ require (
github.com/zitadel/oidc/v2 v2.12.2
go.etcd.io/bbolt v1.3.11
go4.org v0.0.0-20180809161055-417644f6feb5
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/crypto v0.27.0
golang.org/x/net v0.29.0
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.25.0
Expand Down Expand Up @@ -133,6 +133,7 @@ require (
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
github.com/hashicorp/golang-lru v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/iancoleman/strcase v0.1.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/josharian/native v1.1.0 // indirect
Expand All @@ -155,10 +156,12 @@ require (
github.com/muhlemmer/httpforwarded v0.1.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
github.com/openziti/dilithium v0.3.3 // indirect
github.com/openziti-incubator/cf v0.0.3 // indirect
github.com/openziti/channel/v3 v3.0.2 // indirect
github.com/openziti/dilithium v0.3.5 // indirect
github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pion/dtls/v3 v3.0.1 // indirect
github.com/pion/dtls/v3 v3.0.2 // indirect
github.com/pion/logging v0.2.2 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
Expand Down Expand Up @@ -193,9 +196,9 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/tools v0.23.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
nhooyr.io/websocket v1.8.11 // indirect
nhooyr.io/websocket v1.8.17 // indirect
)
Loading
Loading