Skip to content

Commit

Permalink
upgrade dep (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood committed Jul 7, 2021
1 parent 584778d commit caf6a62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ require (
google.golang.org/grpc/examples v0.0.0-20210526223527-2de42fcbbce3 // indirect
google.golang.org/protobuf v1.26.0
mosn.io/api v0.0.0-20210414070543-8a0686b03540
mosn.io/layotto/components v0.0.0-20210617023402-38c9d79ebb37
mosn.io/layotto/spec v0.0.0-20210617023402-38c9d79ebb37
mosn.io/layotto/components v0.0.0-20210625065826-9c2ad8dbcf05
mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3
mosn.io/mosn v0.23.0
mosn.io/pkg v0.0.0-20210604065522-6e8f5a087814
mosn.io/proxy-wasm-go-host v0.0.0-20210312032409-2334f9cf62ec
Expand Down
2 changes: 1 addition & 1 deletion sdk/go-sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module mosn.io/layotto/sdk/go-sdk
go 1.14

require (
mosn.io/layotto/spec v0.0.0-20210604023314-bb30491493a4
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0-rc.1
mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3
)

replace mosn.io/layotto/spec v0.0.0-20210604023314-bb30491493a4 => ../../spec
2 changes: 2 additions & 0 deletions sdk/go-sdk/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3 h1:8GbrNw6AOi4+DrQGG5TbxMNPPRQJ0uXjkSCP2qeKc08=
mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3/go.mod h1:ex31WL9Vx1PadpZmN4CZpw/57xzBeKIwqMI5fYXi7RY=

0 comments on commit caf6a62

Please sign in to comment.