-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
32 lines (28 loc) · 1.16 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
module github.com/akitasoftware/akita-libs
go 1.18
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/akitasoftware/akita-ir v0.0.0-20241213050034-057d7b6097e8
github.com/akitasoftware/go-utils v0.0.0-20221207014235-6f4c9079488d
github.com/akitasoftware/objecthash-proto v0.0.0-20211020004800-9990a7ea5dc0
github.com/amplitude/analytics-go v1.0.1
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.0
github.com/google/go-cmp v0.5.6
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20220428152302-39d4317da171
google.golang.org/protobuf v1.27.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/google/gopacket v1.1.19 => github.com/akitasoftware/gopacket v1.1.18-0.20240820200020-7289ae956f70