blob: 1d58eb99ab158a38af73b1d03f362fd26b7bd8c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
module github.com/anacrolix/stm
go 1.18
require (
github.com/alecthomas/atomic v0.1.0-alpha2
github.com/anacrolix/envpprof v1.1.0
github.com/anacrolix/missinggo v1.3.0
github.com/anacrolix/missinggo/v2 v2.7.1
github.com/benbjohnson/immutable v0.4.1-0.20221220213129-8932b999621d
github.com/stretchr/testify v1.4.0
)
require (
github.com/anacrolix/log v0.6.0 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20221026004748-78e5e7837ae6 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)
|