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
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ require (
github.com/joho/godotenv v1.4.0
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/rs/xid v1.3.0
github.com/satori/go.uuid v1.2.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.2+incompatible
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.1
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
gopkg.in/go-playground/validator.v8 v8.18.2
)
Loading