Skip to content

Commit

Permalink
Tidy imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aleda145 committed Aug 5, 2022
1 parent 54cca80 commit 8c751ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.18

require (
github.com/labstack/echo/v5 v5.0.0-20220201181537-ed2888cfa198
github.com/pocketbase/dbx v1.6.0
github.com/pocketbase/pocketbase v0.3.4
)

Expand Down Expand Up @@ -50,7 +51,6 @@ require (
github.com/mattn/go-sqlite3 v1.14.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/microcosm-cc/bluemonday v1.0.19 // indirect
github.com/pocketbase/dbx v1.6.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
Expand Down

0 comments on commit 8c751ce

Please sign in to comment.