Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion back/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.7 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/dicebear/schema v1.6.1 // indirect
github.com/dicebear/schema v1.5.1 // indirect
github.com/dicebear/schema/v2 v2.0.2 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.15 // indirect
Expand Down
3 changes: 3 additions & 0 deletions back/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dicebear/dicebear-go/v10 v10.7.0 h1:0N/1p+7Tl/30WzDlWW2YqfkyCHi7/bDWvvFNBZgiKPE=
github.com/dicebear/dicebear-go/v10 v10.7.0/go.mod h1:27DjTXF3+ctaBY/40xwUdfT91YfH1H0atZR8htLtjEk=
github.com/dicebear/schema v1.5.1 h1:D9SahhUdqOJrJoDx5pWMcC6WMueFidnFq8s+4kkzt6o=
github.com/dicebear/schema v1.5.1/go.mod h1:MPcjp3gkb9i9qJZ1CttUo/brppkIN4f+7CFFlW6KWU4=
github.com/dicebear/schema v1.6.1 h1:M0zhOd3/NNzOFcnXK3k3wVKHHVIvuCtQxXcxBxCLzHc=
github.com/dicebear/schema v1.6.1/go.mod h1:MPcjp3gkb9i9qJZ1CttUo/brppkIN4f+7CFFlW6KWU4=
github.com/dicebear/schema/v2 v2.0.2/go.mod h1:H4rsbCV2TiYooxEC6iaz4x6qOk2UzgNaS3MQ/+0FilY=
github.com/dicebear/styles/v10 v10.6.0 h1:uGx/ljNM8SR2ERGjomreCRMszR+IZ89H9WRt7Gyj870=
github.com/dicebear/styles/v10 v10.6.0/go.mod h1:4+Z+U5aOmVw0WMhd6XW+Dn7m2ZrVjSjYxtVU0TanqSw=
github.com/dlclark/regexp2 v1.12.0 h1:0j4c5qQmnC6XOWNjP3PIXURXN2gWx76rd3KvgdPkCz8=
Expand Down
Loading