-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1.01 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
module github.com/xaionaro-go/unlossyudp
go 1.22
require (
github.com/facebookincubator/go-belt v0.0.0-20240707112111-9cf347bf49e2
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/mixer/clock v0.0.0-20220922162503-4933054921a2
github.com/stretchr/testify v1.8.4
github.com/templexxx/reedsolomon v1.1.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ng/slices v0.0.0-20230703171042-6195d35636a2 // indirect
github.com/go-ng/sort v0.0.0-20220617173827-2cc7cd04f7c7 // indirect
github.com/go-ng/xatomic v0.0.0-20230519181013-85c0ec87e55f // indirect
github.com/go-ng/xsort v0.0.0-20220617174223-1d146907bccc // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/templexxx/cpu v0.0.1 // indirect
github.com/templexxx/xorsimd v0.1.1 // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
golang.org/x/sys v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)