Skip to content

Commit

Permalink
Update e ref (#50095)
Browse files Browse the repository at this point in the history
Includes gravitational/teleport.e#5673
which removes cfssl from the direct dependency tree.
  • Loading branch information
rosstimothy authored Dec 11, 2024
1 parent ce79021 commit 81eca5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e
Submodule e updated from 88154b to 1ac4aa
2 changes: 0 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 @@ -79,7 +78,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/oxy/ratelimit"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ require (
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.26.1
github.com/charmbracelet/lipgloss v0.10.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.21
Expand Down Expand Up @@ -285,6 +284,7 @@ require (
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/cloudflare/cfssl v1.6.4 // indirect
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/log v0.1.0 // indirect
Expand Down

0 comments on commit 81eca5c

Please sign in to comment.