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
6 changes: 4 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/go-kratos/kratos/v2 v2.0.0-rc2
github.com/go-kratos/kratos/v2 v2.5.3
github.com/google/wire v0.5.0
github.com/gorilla/websocket v1.4.2
github.com/kostaspt/go-datamuse/v2 v2.0.1
Expand All @@ -15,7 +15,9 @@ require (
github.com/rs/zerolog v1.22.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/thoas/go-funk v0.8.0
github.com/tidwall/gjson v1.8.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading