Skip to content

Commit

Permalink
bump e ref (#39035)
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini authored Mar 6, 2024
1 parent ef278d8 commit 87ea6d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e
Submodule e updated from f4d199 to 4dab7b
13 changes: 12 additions & 1 deletion e_imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (
_ "github.com/coreos/go-semver/semver"
_ "github.com/crewjam/saml"
_ "github.com/crewjam/saml/samlsp"
_ "github.com/elimity-com/scim"
_ "github.com/elimity-com/scim/schema"
_ "github.com/go-piv/piv-go/piv"
_ "github.com/gogo/protobuf/gogoproto"
_ "github.com/gogo/protobuf/proto"
Expand All @@ -80,6 +80,12 @@ import (
_ "github.com/gravitational/roundtrip"
_ "github.com/gravitational/trace"
_ "github.com/gravitational/trace/trail"
_ "github.com/jackc/pgtype/zeronull"
_ "github.com/jackc/pgx/v5"
_ "github.com/jackc/pgx/v5/pgconn"
_ "github.com/jackc/pgx/v5/pgtype"
_ "github.com/jackc/pgx/v5/pgtype/zeronull"
_ "github.com/jackc/pgx/v5/pgxpool"
_ "github.com/jonboulle/clockwork"
_ "github.com/julienschmidt/httprouter"
_ "github.com/mailgun/holster/v3/clock"
Expand All @@ -97,6 +103,7 @@ import (
_ "github.com/stretchr/testify/assert"
_ "github.com/stretchr/testify/mock"
_ "github.com/stretchr/testify/require"
_ "github.com/vulcand/predicate/builder"
_ "golang.org/x/crypto/bcrypt"
_ "golang.org/x/crypto/ssh/agent"
_ "golang.org/x/exp/maps"
Expand All @@ -123,6 +130,7 @@ import (
_ "google.golang.org/protobuf/testing/protocmp"
_ "google.golang.org/protobuf/types/known/emptypb"
_ "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
_ "google.golang.org/protobuf/types/known/timestamppb"
_ "gopkg.in/check.v1"
_ "k8s.io/apimachinery/pkg/util/yaml"
Expand All @@ -143,6 +151,7 @@ import (
_ "github.com/gravitational/teleport/api/gen/proto/go/teleport/plugins/v1"
_ "github.com/gravitational/teleport/api/gen/proto/go/teleport/resourceusage/v1"
_ "github.com/gravitational/teleport/api/gen/proto/go/teleport/samlidp/v1"
_ "github.com/gravitational/teleport/api/gen/proto/go/teleport/scim/v1"
_ "github.com/gravitational/teleport/api/gen/proto/go/teleport/secreports/v1"
_ "github.com/gravitational/teleport/api/gen/proto/go/usageevents/v1"
_ "github.com/gravitational/teleport/api/mfa"
Expand All @@ -153,6 +162,8 @@ import (
_ "github.com/gravitational/teleport/api/types/externalauditstorage"
_ "github.com/gravitational/teleport/api/types/externalauditstorage/convert/v1"
_ "github.com/gravitational/teleport/api/types/header"
_ "github.com/gravitational/teleport/api/types/header/convert/legacy"
_ "github.com/gravitational/teleport/api/types/header/convert/v1"
_ "github.com/gravitational/teleport/api/types/secreports"
_ "github.com/gravitational/teleport/api/types/secreports/convert/v1"
_ "github.com/gravitational/teleport/api/types/trait"
Expand Down

0 comments on commit 87ea6d4

Please sign in to comment.