Skip to content

Commit

Permalink
Merge pull request #100 from tonicpow/dependabot/go_modules/master/gi…
Browse files Browse the repository at this point in the history
…thub.com/mrz1836/go-api-router-0.5.0

Bump github.com/mrz1836/go-api-router from 0.4.16 to 0.5.0
  • Loading branch information
mrz1836 committed Nov 23, 2022
2 parents fd8a63c + fc168f0 commit 139bf08
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 20 deletions.
11 changes: 6 additions & 5 deletions go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/libsv/go-bk v0.1.6
github.com/libsv/go-bt/v2 v2.1.0-beta.4
github.com/miekg/dns v1.1.50
github.com/mrz1836/go-api-router v0.4.16
github.com/mrz1836/go-api-router v0.5.0
github.com/mrz1836/go-logger v0.3.1
github.com/mrz1836/go-sanitize v1.1.5
github.com/mrz1836/go-validate v0.2.0
Expand All @@ -22,12 +22,13 @@ require (
require (
github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gofrs/uuid v4.3.0+incompatible // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/matryer/respond v1.0.1 // indirect
github.com/mrz1836/go-parameters v0.2.9 // indirect
github.com/newrelic/go-agent/v3 v3.19.2 // indirect
github.com/newrelic/go-agent/v3 v3.20.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
Expand All @@ -37,8 +38,8 @@ require (
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 139bf08

Please sign in to comment.