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 Aug 5, 2021
1 parent 153a715 commit c9b141c
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 10 deletions.
19 changes: 9 additions & 10 deletions go.mod
Expand Up @@ -3,18 +3,17 @@ module x-qdo/jiraclick
go 1.14

require (
github.com/andygrunwald/go-jira v1.13.0
github.com/andygrunwald/go-jira v1.14.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.2.2
github.com/gin-gonic/gin v1.7.3
github.com/go-pg/migrations/v8 v8.0.1
github.com/go-pg/pg/v10 v10.10.3
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.2.1
github.com/spf13/viper v1.8.1
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 c9b141c

Please sign in to comment.