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
2 changes: 1 addition & 1 deletion services/backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ require (
github.com/qeesung/image2ascii v1.0.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
github.com/swaggo/swag v1.16.6
golang.org/x/image v0.41.0
golang.org/x/mod v0.36.0
golang.org/x/oauth2 v0.36.0
Expand Down Expand Up @@ -92,7 +93,6 @@ require (
github.com/shopspring/decimal v1.4.0 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/swaggo/swag v1.16.6 // indirect
github.com/tinylib/msgp v1.6.4 // indirect
github.com/yargevad/filepathx v1.0.0 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
Expand Down
Loading
Loading