Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/defipod/mochi

go 1.19
go 1.25.0

require (
github.com/alvinbaena/passkit v0.0.0-20221209223307-a346be326baa
Expand Down Expand Up @@ -30,7 +30,7 @@ require (
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.3
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.10.0
golang.org/x/crypto v0.52.0
gorm.io/datatypes v1.2.0
gorm.io/driver/postgres v1.5.0
gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11
Expand All @@ -50,7 +50,7 @@ require (
github.com/go-testfixtures/testfixtures/v3 v3.8.1
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand All @@ -61,9 +61,9 @@ require (
github.com/swaggo/swag v1.16.1
go.opencensus.io v0.24.0 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.11.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/tools v0.10.0 // indirect
golang.org/x/tools v0.44.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.122.0
google.golang.org/appengine v1.6.7 // indirect
Expand Down Expand Up @@ -140,9 +140,9 @@ require (
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.8.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/go-playground/colors.v1 v1.2.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading
Loading