Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v17] Update e #48017

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e
Submodule e updated from 7e4638 to 1a1d96
4 changes: 2 additions & 2 deletions e_imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import (
_ "github.com/aws/aws-sdk-go-v2/service/sts"
_ "github.com/aws/aws-sdk-go-v2/service/sts/types"
_ "github.com/beevik/etree"
_ "github.com/cloudflare/cfssl/csr"
_ "github.com/coreos/go-oidc/jose"
_ "github.com/coreos/go-oidc/oauth2"
_ "github.com/coreos/go-oidc/oidc"
Expand All @@ -80,7 +79,6 @@ import (
_ "github.com/google/safetext/shsprintf"
_ "github.com/google/uuid"
_ "github.com/gravitational/license"
_ "github.com/gravitational/license/authority"
_ "github.com/gravitational/license/constants"
_ "github.com/gravitational/license/generate"
_ "github.com/gravitational/roundtrip"
Expand Down Expand Up @@ -186,13 +184,15 @@ import (
_ "github.com/gravitational/teleport/api/types/accessgraph"
_ "github.com/gravitational/teleport/api/types/accesslist"
_ "github.com/gravitational/teleport/api/types/accesslist/convert/v1"
_ "github.com/gravitational/teleport/api/types/common"
_ "github.com/gravitational/teleport/api/types/discoveryconfig"
_ "github.com/gravitational/teleport/api/types/events"
_ "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/samlsp"
_ "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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ require (
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.1.0
github.com/charmbracelet/lipgloss v0.13.0
github.com/cloudflare/cfssl v1.6.4
github.com/coreos/go-oidc v2.2.1+incompatible // replaced
github.com/coreos/go-semver v0.3.1
github.com/creack/pty v1.1.23
Expand Down Expand Up @@ -287,6 +286,7 @@ require (
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/charmbracelet/x/ansi v0.2.3 // indirect
github.com/charmbracelet/x/term v0.2.0 // indirect
github.com/cloudflare/cfssl v1.6.4 // indirect
github.com/cncf/xds/go v0.0.0-20240822171458-6449f94b4d59 // indirect
github.com/containerd/containerd v1.7.18 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
Expand Down
Loading