mirror of
https://github.com/openappsec/attachment.git
synced 2025-09-27 10:18:47 +03:00
Create go.mod
This commit is contained in:
parent
3f4225809b
commit
308a020ae2
22
attachments/envoy/1.34/go.mod
Normal file
22
attachments/envoy/1.34/go.mod
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
module gitlab.ngen.checkpoint.com/Ngen/agent-core/attachments/envoy
|
||||||
|
|
||||||
|
// the version should >= 1.18
|
||||||
|
go 1.24
|
||||||
|
|
||||||
|
toolchain go1.24.2
|
||||||
|
|
||||||
|
// NOTICE: these lines could be generated automatically by "go mod tidy"
|
||||||
|
require (
|
||||||
|
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa
|
||||||
|
github.com/envoyproxy/envoy v1.34.4
|
||||||
|
google.golang.org/protobuf v1.36.6
|
||||||
|
)
|
||||||
|
|
||||||
|
require github.com/go-chi/chi/v5 v5.1.0
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
|
||||||
|
github.com/golang/protobuf v1.5.3 // indirect
|
||||||
|
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
|
||||||
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user