Skip to content

Commit

Permalink
fix: rollback lua-resty-session to 3.10 (#10046)
Browse files Browse the repository at this point in the history
Signed-off-by: Sn0rt <[email protected]>
Co-authored-by: Ashish Tiwari <[email protected]>
  • Loading branch information
Sn0rt and Revolyssup authored Aug 17, 2023
1 parent 20bb6b2 commit e918df8
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1,801 deletions.
12 changes: 6 additions & 6 deletions ci/pod/openfunction/function-example/test-body/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/klog/v2 v2.30.0 // indirect
skywalking.apache.org/repo/goapi v0.0.0-20220401015832-2c9eee9481eb // indirect
Expand Down
Loading

0 comments on commit e918df8

Please sign in to comment.