Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Updating dependency github.com/openziti/edge-api@v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ziti-ci committed Dec 8, 2023
1 parent d5370b2 commit 4db53ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 84 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/go-openapi/errors v0.20.4
github.com/go-openapi/loads v0.21.2
github.com/go-openapi/runtime v0.26.0
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/strfmt v0.21.9
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/go-cmp v0.6.0
github.com/google/gopacket v1.1.19
Expand All @@ -29,7 +29,7 @@ require (
github.com/miekg/dns v1.1.56
github.com/mitchellh/mapstructure v1.5.0
github.com/openziti/channel/v2 v2.0.105
github.com/openziti/edge-api v0.26.1
github.com/openziti/edge-api v0.26.4
github.com/openziti/fabric v0.24.46
github.com/openziti/foundation/v2 v2.0.34
github.com/openziti/identity v1.0.66
Expand All @@ -53,9 +53,9 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zitadel/oidc/v2 v2.7.0
go.etcd.io/bbolt v1.3.8
golang.org/x/crypto v0.15.0
golang.org/x/crypto v0.16.0
golang.org/x/sync v0.3.0
golang.org/x/sys v0.14.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
google.golang.org/protobuf v1.31.0
gopkg.in/resty.v1 v1.12.0
Expand Down Expand Up @@ -87,7 +87,7 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-openapi/validate v0.22.1 // indirect
github.com/go-openapi/validate v0.22.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/schema v1.2.0 // indirect
Expand Down Expand Up @@ -135,9 +135,9 @@ require (
go.opentelemetry.io/otel/trace v1.20.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/term v0.14.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
nhooyr.io/websocket v1.8.10 // indirect
Expand Down
Loading

0 comments on commit 4db53ec

Please sign in to comment.