Skip to content

Commit

Permalink
upgrade sdk go version
Browse files Browse the repository at this point in the history
  • Loading branch information
文徐 committed Sep 25, 2024
1 parent 8515bb1 commit 6cc2964
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sdk/go-sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module mosn.io/layotto/sdk/go-sdk

go 1.14
go 1.21

require (
github.com/golang/protobuf v1.5.0
Expand All @@ -12,4 +12,14 @@ require (
mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

replace mosn.io/layotto/spec v0.0.0-20210707123820-584778d048d3 => ../../spec

0 comments on commit 6cc2964

Please sign in to comment.