-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathgo.mod
35 lines (32 loc) · 1.25 KB
/
go.mod
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
34
35
module github.com/sipcapture/heplify
go 1.20
require (
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/gogo/protobuf v1.3.2
github.com/google/gopacket v1.1.19
github.com/negbie/freecache v1.1.0
github.com/negbie/logp v0.0.0-20190313141056-04cebff7f846
github.com/prometheus/client_golang v1.17.0
github.com/segmentio/encoding v0.3.6
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.36.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/segmentio/asm v1.2.0 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)