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

Commit

Permalink
Bump dependency on teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Nov 1, 2023
1 parent 450affd commit 20fba6e
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 @@ -133,8 +133,8 @@ require (

replace (
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-20231031160124-9bcf5e3eae4c // ref: heads/auto-backport/32974-to-branch/v14
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20231031160124-9bcf5e3eae4c // ref: heads/auto-backport/32974-to-branch/v14
github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20231101095026-54558b7a3d04 // ref: heads/auto-backport/32974-to-branch/v14
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04 // ref: heads/auto-backport/32974-to-branch/v14
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
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ github.com/gravitational/kingpin v2.1.11-0.20220901134012-2a1956e29525+incompati
github.com/gravitational/kingpin v2.1.11-0.20220901134012-2a1956e29525+incompatible/go.mod h1:LWxG30M3FcrjhOn3T4zz7JmBoQJ45MWZmOXgy9Ganoc=
github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf h1:MQ4e8XcxvZTeuOmRl7yE519vcWc2h/lyvYzsvt41cdY=
github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gravitational/teleport v0.0.0-20231031160124-9bcf5e3eae4c h1:rZK46v2KrvK0pulsoy/sdWG2FI4Xc6QKU4K6d2zCyOA=
github.com/gravitational/teleport v0.0.0-20231031160124-9bcf5e3eae4c/go.mod h1:3iNkTU138UBKehGPjFBSEhEgcerzlPxCJ+OHiYt/Kmo=
github.com/gravitational/teleport/api v0.0.0-20231031160124-9bcf5e3eae4c h1:Jo5Nn7LZB34RU5KPyeoVOqPQzKLkiKRVvS58dN8ooTE=
github.com/gravitational/teleport/api v0.0.0-20231031160124-9bcf5e3eae4c/go.mod h1:nchdjlkWotGYKRUt40yInJzgd/MODZ2uQLiIqfCPnVU=
github.com/gravitational/teleport v0.0.0-20231101095026-54558b7a3d04 h1:QscaQtEcHBlxpYnv8r0HEPcYNcgkHaW8kCxWTo2C0bI=
github.com/gravitational/teleport v0.0.0-20231101095026-54558b7a3d04/go.mod h1:3iNkTU138UBKehGPjFBSEhEgcerzlPxCJ+OHiYt/Kmo=
github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04 h1:f3kOA/JzZrvQMqJ7rVKzKr2u0I1bMsrWZ1Y2nLNa2Y4=
github.com/gravitational/teleport/api v0.0.0-20231101095026-54558b7a3d04/go.mod h1:nchdjlkWotGYKRUt40yInJzgd/MODZ2uQLiIqfCPnVU=
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/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
Expand Down

0 comments on commit 20fba6e

Please sign in to comment.