FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-runtime-init/go.mod at localstack · localstack/lambda-runtime-init · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
localstack
/
lambda-runtime-init
Public
forked from
aws/aws-lambda-runtime-interface-emulator
Notifications
You must be signed in to change notification settings
Fork
3
Star
7
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-runtime-init
/
go.mod
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (30 loc) · 1.05 KB
Breadcrumbs
lambda-runtime-init
/
go.mod
Copy path
File metadata and controls
33 lines (30 loc) · 1.05 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module
github.com/aws/aws-lambda-runtime-interface-emulator
go
1.27.0
require
(
github.com/aws/aws-lambda-go
v1.54.0
github.com/aws/aws-sdk-go
v1.55.8
github.com/aws/aws-xray-daemon
v0.0.0-20250212175715-5defe1b8d61b
github.com/cihub/seelog
v0.0.0-20170130134532-f561c5e57575
github.com/fsnotify/fsnotify
v1.10.1
github.com/go-chi/chi
v1.5.5
github.com/go-chi/chi/v5
v5.3.2
github.com/google/uuid
v1.6.0
github.com/jessevdk/go-flags
v1.6.1
github.com/orcaman/concurrent-map
v1.0.0
github.com/santhosh-tekuri/jsonschema/v5
v5.3.1
github.com/shirou/gopsutil
v2.21.11+incompatible
github.com/sirupsen/logrus
v1.10.1
github.com/stretchr/testify
v1.12.1
golang.org/x/sync
v0.22.0
golang.org/x/sys
v0.47.0
)
require
(
github.com/go-ole/go-ole
v1.3.0
//
indirect
github.com/jmespath/go-jmespath
v0.4.0
//
indirect
github.com/stretchr/objx
v0.5.3
//
indirect
github.com/yusufpapurcu/wmi
v1.2.4
//
indirect
go.yaml.in/yaml/v3
v3.0.5
//
indirect
golang.org/x/net
v0.58.0
//
indirect
golang.org/x/text
v0.41.0
//
indirect
gopkg.in/yaml.v2
v2.4.0
//
indirect
)
Back
|
FazBrowse Home
|
New Git URL