diff --git a/cmd/commands/schema/getschema.go b/cmd/commands/schema/getschema.go index 5cf3ad2b..c64259e7 100644 --- a/cmd/commands/schema/getschema.go +++ b/cmd/commands/schema/getschema.go @@ -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, diff --git a/go.mod b/go.mod index 2fcf194e..4416c048 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 6b5cf4d8..a2892a5d 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/speedway b/speedway index 052d665f..af6147fb 100755 Binary files a/speedway and b/speedway differ