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

Commit

Permalink
Adjust go.mod to depend on main repo branch
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Oct 30, 2023
1 parent e9ed69b commit cfc1857
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
google.golang.org/grpc v1.58.3
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/mail.v2 v2.3.1
)
Expand Down 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 => /Users/noah/code/gravitational/teleport
github.com/gravitational/teleport/api => /Users/noah/code/gravitational/teleport/api
github.com/gravitational/teleport => github.com/gravitational/teleport v0.0.0-20231030150944-e70d9ea72807 // ref: heads/strideynet/plugins-support-refreshed-credentials
github.com/gravitational/teleport/api => github.com/gravitational/teleport/api v0.0.0-20231030150944-e70d9ea72807 // ref: heads/strideynet/plugins-support-refreshed-credentials
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
)
Loading

0 comments on commit cfc1857

Please sign in to comment.