Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
use branch with fixed event handler version - revert asap
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato committed Jan 31, 2024
1 parent 786719b commit cc85f05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ replace (
github.com/alecthomas/kingpin/v2 => github.com/gravitational/kingpin/v2 v2.1.11-0.20230515143221-4ec6b70ecd33
github.com/coreos/go-oidc => github.com/gravitational/go-oidc v0.1.1
github.com/gogo/protobuf => github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf
github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240130200845-58bfa0d57357 // ref: tags/v15.0.0-rc.2
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240130200845-58bfa0d57357 // ref: tags/v15.0.0-rc.2
github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240131095234-9f56a06f4ebb // ref: heads/tigrato/fix-unstructured-session-event-name-v15
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240131095234-9f56a06f4ebb // ref: heads/tigrato/fix-unstructured-session-event-name-v15
github.com/julienschmidt/httprouter => github.com/rw-access/httprouter v1.3.1-0.20210321233808-98e93175c124
github.com/microsoft/go-mssqldb => github.com/gravitational/go-mssqldb v0.11.1-0.20230331180905-0f76f1751cd3
github.com/vulcand/predicate => github.com/gravitational/predicate v1.3.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf h1:MQ4e8X
github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gravitational/roundtrip v1.0.2 h1:eOCY0NEKKaB0ksJmvhO6lPMFz1pIIef+vyPBTBROQ5c=
github.com/gravitational/roundtrip v1.0.2/go.mod h1:fuI1booM2hLRA/B/m5MRAPOU6mBZNYcNycono2UuTw0=
github.com/gravitational/teleport v0.0.0-20240130200845-58bfa0d57357 h1:MHy/aFle5Dfht/FlONgN2dfd9+Zegv3TGOCKfH6Tr/0=
github.com/gravitational/teleport v0.0.0-20240130200845-58bfa0d57357/go.mod h1:hxp6o7RnAGYmDm+4WzYCS7sn5NAPGmxwBhM/3uUq0UA=
github.com/gravitational/teleport/api v0.0.0-20240130200845-58bfa0d57357 h1:Tqwne/BsfLX0qHyXPQDgc4quT6OpLL8hcIJmqg+d4T8=
github.com/gravitational/teleport/api v0.0.0-20240130200845-58bfa0d57357/go.mod h1:NgSiXazdkct7YHQZfTTfZF93zlSqJyOr7/4R/KVuAVs=
github.com/gravitational/teleport v0.0.0-20240131095234-9f56a06f4ebb h1:9enSM8drxt1yjCBGnAsJUoQlO4I6Pf6bHk/8fioMiCA=
github.com/gravitational/teleport v0.0.0-20240131095234-9f56a06f4ebb/go.mod h1:hxp6o7RnAGYmDm+4WzYCS7sn5NAPGmxwBhM/3uUq0UA=
github.com/gravitational/teleport/api v0.0.0-20240131095234-9f56a06f4ebb h1:DRDihvjw9u2sF4eWAeKzuNL1wlDB92Lb3VKH1eKpb08=
github.com/gravitational/teleport/api v0.0.0-20240131095234-9f56a06f4ebb/go.mod h1:NgSiXazdkct7YHQZfTTfZF93zlSqJyOr7/4R/KVuAVs=
github.com/gravitational/trace v1.3.1 h1:jwZEuRtCYpLhUtqHo+JH+lu2qM0LB98UagqHtvdKuLI=
github.com/gravitational/trace v1.3.1/go.mod h1:E61mn73aro7Zg9gZheZaeUsK6gjUMbCLazY76xuYAVA=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=
Expand Down

0 comments on commit cc85f05

Please # to comment.