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 4, 2023
1 parent 5b2c26c commit 6129576
Show file tree
Hide file tree
Showing 2 changed files with 1,616 additions and 19 deletions.
30 changes: 11 additions & 19 deletions go.mod
Expand Up @@ -3,37 +3,29 @@ module x-qdo/jiraclick
go 1.16

require (
github.com/andygrunwald/go-jira v1.14.0
github.com/andygrunwald/go-jira v1.16.0
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
github.com/astreter/amqpwrapper/v2 v2.0.2
github.com/gin-gonic/gin v1.7.7
github.com/astreter/amqpwrapper/v2 v2.1.3
github.com/gin-gonic/gin v1.9.1
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-pg/migrations/v8 v8.1.0
github.com/go-pg/pg/extra/pgotel/v10 v10.10.6
github.com/go-pg/pg/v10 v10.10.6
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/go-pg/pg/extra/pgotel/v10 v10.11.0
github.com/go-pg/pg/v10 v10.11.0
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pkg/errors v0.9.1
github.com/rabbitmq/amqp091-go v1.3.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/rabbitmq/amqp091-go v1.8.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/trivago/tgo v1.0.7
github.com/ugorji/go v1.2.6 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/x-qdo/otelwrapper v1.0.1
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.28.0
go.opentelemetry.io/otel v1.3.0
go.opentelemetry.io/otel/trace v1.3.0
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
google.golang.org/genproto v0.0.0-20220204002441-d6cc3cc0770e // indirect
google.golang.org/grpc v1.44.0 // indirect
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/trace v1.16.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)

0 comments on commit 6129576

Please sign in to comment.