Skip to content

Commit

Permalink
update mod
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 19, 2024
1 parent ffff0a9 commit c862c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 2 additions & 6 deletions modules/token/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.64.1
gopkg.in/yaml.v2 v2.4.0
mods.irisnet.org/api v0.0.0-20240628054110-4cb043e0238a
mods.irisnet.org/simapp v0.0.0-20240628054110-4cb043e0238a
mods.irisnet.org/api v0.0.0-20241118093307-345265846e1d
mods.irisnet.org/simapp v0.0.0-20241118093307-345265846e1d
)

require (
Expand Down Expand Up @@ -224,8 +224,4 @@ replace (
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.0
// Downgraded to avoid bugs in following commits which caused simulations to fail.
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

// todo replace version
mods.irisnet.org/api => ../../api
mods.irisnet.org/simapp => ../../simapp
)
4 changes: 4 additions & 0 deletions modules/token/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
mods.irisnet.org/api v0.0.0-20241118093307-345265846e1d h1:O9WkEH5ydPGg32YL+fVQr5MFOuYqjZFdIekTpiWU7bg=
mods.irisnet.org/api v0.0.0-20241118093307-345265846e1d/go.mod h1:TpMaRRYSpqsXdeX4gDVFRj9ggedQ60Zcjs4iE2DIhsc=
mods.irisnet.org/simapp v0.0.0-20241118093307-345265846e1d h1:rZjX7uXO6xGZgZIj3xnMkiGik1VXZRFqceR11rZb5pw=
mods.irisnet.org/simapp v0.0.0-20241118093307-345265846e1d/go.mod h1:t7FSQJkJOgXq1/LdhpBeOu7TS8hLQkAMMx9fL5w53PY=
nhooyr.io/websocket v1.8.6 h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k=
nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0=
pgregory.net/rapid v1.1.0 h1:CMa0sjHSru3puNx+J0MIAuiiEV4N0qj8/cMWGBBCsjw=
Expand Down

0 comments on commit c862c73

Please sign in to comment.