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

Commit

Permalink
update teleport ref to contain event fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Jan 31, 2024
1 parent cc85f05 commit e8fbf99
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-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/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20240131130814-e5652faccebf // ref: heads/branch/v15
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20240131130814-e5652faccebf // ref: heads/branch/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-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/teleport v0.0.0-20240131130814-e5652faccebf h1:OnnH/7PUkPxN0H8zNJLbA5Q1uW+jt2Hgxjkb95OVt1w=
github.com/gravitational/teleport v0.0.0-20240131130814-e5652faccebf/go.mod h1:hxp6o7RnAGYmDm+4WzYCS7sn5NAPGmxwBhM/3uUq0UA=
github.com/gravitational/teleport/api v0.0.0-20240131130814-e5652faccebf h1:SgKQVGmFCkHH6+YPYcyuUlUAP88kFGVjr8u+Q0DhIiw=
github.com/gravitational/teleport/api v0.0.0-20240131130814-e5652faccebf/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 e8fbf99

Please sign in to comment.