Skip to content

Commit

Permalink
Update e
Browse files Browse the repository at this point in the history
Includes gravitational/teleport.e#5257 and
updates e_imports.go to reflect that cfssl is no longer a direct
dependency.
  • Loading branch information
rosstimothy committed Oct 28, 2024
1 parent 6cb3df6 commit 7bba1ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e
Submodule e updated from 03e3eb to 84f36a
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

0 comments on commit 7bba1ef

Please sign in to comment.