Skip to content

Commit

Permalink
update the vesting module
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Mar 13, 2024
1 parent 7e4a01e commit df5e25e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/unigrid-project/cosmos-common v0.0.8
github.com/unigrid-project/cosmos-gridnode v0.0.14
github.com/unigrid-project/cosmos-ugdmint v0.0.89
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.59
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.60
golang.org/x/tools v0.18.0
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
google.golang.org/grpc v1.60.1
Expand Down Expand Up @@ -214,7 +214,7 @@ require (
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sosodev/duration v1.1.0 // indirect
github.com/sosodev/duration v1.2.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
github.com/sosodev/duration v1.1.0 h1:kQcaiGbJaIsRqgQy7VGlZrVw1giWO+lDoX3MCPnpVO4=
github.com/sosodev/duration v1.1.0/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=
github.com/sosodev/duration v1.2.0 h1:pqK/FLSjsAADWY74SyWDCjOcd5l7H8GSnnOGEB9A1Us=
github.com/sosodev/duration v1.2.0/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
Expand Down Expand Up @@ -1100,8 +1100,8 @@ github.com/unigrid-project/cosmos-gridnode v0.0.14 h1:mryPr4vUdARe7ZbvXjNGsTTE/C
github.com/unigrid-project/cosmos-gridnode v0.0.14/go.mod h1:L86CoWpX/Xznxwb+JVoDIvYm6wH73HzRT8Jd+mi5IoQ=
github.com/unigrid-project/cosmos-ugdmint v0.0.89 h1:BG3ut254sYSIHPpqszPOeK/M/j4bQK/BAkSHtBhLG40=
github.com/unigrid-project/cosmos-ugdmint v0.0.89/go.mod h1:SIX53eXqxUiFkkcYWN4YzzZXjfAvIP0D2Yz9BV92gn4=
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.59 h1:kbOvgzMofs3j0DhVKyWEnvPIWdDwyJkqLMPNExZi3mk=
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.59/go.mod h1:p5/Va4MgvuIyrkOio+zYppNFNZk2I9evS9DnGNdMHcs=
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.60 h1:4ebYlXSCC1GK7SR7vaMlW8z3zbnJ2MTqNouvgLePSY4=
github.com/unigrid-project/cosmos-unigrid-hedgehog-vesting v0.0.60/go.mod h1:uaQBSwoND6rnVjN0IAZQifSVyfwcscgGjHZzkXSTaho=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
Expand Down

0 comments on commit df5e25e

Please sign in to comment.