Skip to content

Commit

Permalink
upgrade to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjcloud committed Oct 13, 2022
1 parent 767547a commit 4849019
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions cmd/commands/schema/getschema.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ func bootstrapQuerySchemaById(ctx context.Context, logger *golog.Logger) (queryS
return
}

session, err := cli.GetSessionInfo()
if err != nil {
logger.Fatalf(status.Error("SessionInfo Error: "), err)
return
}

// query schema
querySchemaRes, err := cli.GetSchemaByDid(rtmv1.QueryWhatIsRequest{
Did: did,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/kataras/golog v0.1.7
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/shengdoushi/base58 v1.0.0
github.com/sonr-io/sonr v0.6.2
github.com/sonr-io/sonr v0.6.3
github.com/spf13/cobra v1.4.0
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
github.com/swaggo/gin-swagger v1.5.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,8 @@ github.com/sonr-io/go-keychain v0.0.0-20220701165513-84cc180cb501/go.mod h1:ot4H
github.com/sonr-io/keyring v1.2.2-0.20220701165800-b4428a8aad16/go.mod h1:dwyQStd/Ds1kIAABy34eceeYk0lvEmjeDneq0C377yc=
github.com/sonr-io/multi-party-sig v0.7.0 h1:cRpctyTdbgeOm+JBdY/HcHv3dD7lX3JWtw+P77xmvOw=
github.com/sonr-io/multi-party-sig v0.7.0/go.mod h1:Bl4/pohbzwlfiHpYaf9sM/hkV71u1SUPQHDEaHOamfo=
github.com/sonr-io/sonr v0.6.2/go.mod h1:8pHVL50arZ7txBrznNkPM/7slMZQB1ko9IOfPQNS2cY=
github.com/sonr-io/sonr v0.6.3 h1:V8afT2QUy1xPOBHfZC0v4ljmf8g3TokiQh6AY1/EBhU=
github.com/sonr-io/sonr v0.6.3/go.mod h1:8pHVL50arZ7txBrznNkPM/7slMZQB1ko9IOfPQNS2cY=
github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d/go.mod h1:UdhH50NIW0fCiwBSr0co2m7BnFLdv4fQTgdqdJTHFeE=
github.com/sourcegraph/go-diff v0.5.1/go.mod h1:j2dHj3m8aZgQO8lMTcTnBcXkRRRqi34cd2MNlA9u1mE=
Expand Down
Binary file modified speedway
Binary file not shown.

0 comments on commit 4849019

Please sign in to comment.