refactor: profiles are now stored in json, added displaynames

This commit is contained in:
hasitotabla 2024-10-10 16:01:08 +02:00
parent 8a994c3bb8
commit 6ffa3de9bb
4 changed files with 42 additions and 27 deletions

1
go.mod
View file

@ -8,5 +8,6 @@ require github.com/PuerkitoBio/goquery v1.10.0
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/net v0.30.0 // indirect
)