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
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ require (
github.com/aws/aws-sdk-go-v2/service/eks v0.31.0
github.com/aws/aws-sdk-go-v2/service/rds v0.31.0
github.com/aws/aws-sdk-go-v2/service/s3 v0.31.0
github.com/gin-gonic/gin v1.6.3
github.com/go-co-op/gocron v0.5.0
github.com/jinzhu/now v1.1.1
github.com/labstack/gommon v0.3.0
github.com/kr/pretty v0.3.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.8.1 // indirect
gocloud.dev v0.21.0
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
google.golang.org/api v0.36.0
gorm.io/driver/postgres v1.0.6
gorm.io/driver/sqlite v1.1.4
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gorm.io/gorm v1.20.9
)
Loading