Skip to content

Commit

Permalink
Upgraded go, upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 20, 2023
1 parent f9e0084 commit 567ded0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1,416 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tonicpow/go-paymail

go 1.17
go 1.18

require (
github.com/bitcoinschema/go-bitcoin/v2 v2.0.3
Expand All @@ -24,23 +24,23 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matryer/respond v1.0.1 // indirect
github.com/mrz1836/go-parameters v0.3.1 // indirect
github.com/newrelic/go-agent/v3 v3.20.3 // indirect
github.com/newrelic/go-agent/v3 v3.22.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/ugorji/go/codec v1.2.10 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230303212802-e74f57abe488 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
golang.org/x/tools v0.10.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.56.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 567ded0

Please sign in to comment.