remove the need to setup .env and ask for porkbun credential name directly
This commit is contained in:
parent
f9c8ed4f6c
commit
ec94e6ad46
7 changed files with 164 additions and 47 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue