remove the need to setup .env and ask for porkbun credential name directly

This commit is contained in:
juancwu 2026-01-21 19:18:47 +00:00
commit ec94e6ad46
7 changed files with 164 additions and 47 deletions

2
go.mod
View file

@ -3,11 +3,13 @@ module git.juancwu.dev/juancwu/porkbacon
go 1.25.6
require (
github.com/charmbracelet/bubbles v0.21.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/joho/godotenv v1.5.1
)
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
github.com/charmbracelet/lipgloss v1.1.0 // indirect