Skip to content

Commit

Permalink
Update gomod dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzaxak committed Jun 17, 2021
1 parent 153a715 commit aa602bb
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 9 deletions.
17 changes: 8 additions & 9 deletions go.mod
Expand Up @@ -5,16 +5,15 @@ go 1.14
require (
github.com/andygrunwald/go-jira v1.13.0
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
github.com/astreter/amqpwrapper v1.0.1
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/migrations/v8 v8.0.1 // indirect
github.com/go-pg/pg/v10 v10.7.4
github.com/astreter/amqpwrapper v1.0.4
github.com/gin-gonic/gin v1.7.2
github.com/go-pg/migrations/v8 v8.0.1
github.com/go-pg/pg/v10 v10.10.0
github.com/google/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.0
github.com/streadway/amqp v1.0.0
github.com/trivago/tgo v1.0.1
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
github.com/trivago/tgo v1.0.7
)

0 comments on commit aa602bb

Please sign in to comment.