Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Jan 20, 2025
1 parent 1f2d0a3 commit 13f0a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ require (
require (
github.com/caddyserver/certmagic v0.21.4
github.com/carapace-sh/carapace v1.5.0
github.com/charmbracelet/keygen v0.5.1
github.com/charmbracelet/ssh v0.0.0-20241211182756-4fe22b0f1b7c
github.com/creack/pty v1.1.21
github.com/fsnotify/fsnotify v1.8.0
github.com/getsops/sops/v3 v3.9.1
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.6.0
github.com/knadh/koanf/providers/confmap v0.1.0
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/mhale/smtpd v0.8.3
Expand Down Expand Up @@ -83,7 +83,6 @@ require (
github.com/caddyserver/zerossl v0.1.3 // indirect
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/charmbracelet/keygen v0.5.1 // indirect
github.com/charmbracelet/lipgloss v0.13.0 // indirect
github.com/charmbracelet/x/ansi v0.2.3 // indirect
github.com/charmbracelet/x/conpty v0.1.0 // indirect
Expand All @@ -106,6 +105,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
Expand Down

0 comments on commit 13f0a7b

Please sign in to comment.