aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 9c367585903ea0d0f36c3ed1019e355e33c1ed4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/anacrolix/stm

go 1.18

require (
	github.com/alecthomas/atomic v0.1.0-alpha2
	github.com/anacrolix/envpprof v1.0.0
	github.com/anacrolix/missinggo v1.1.0
	github.com/anacrolix/missinggo/v2 v2.2.0
	github.com/benbjohnson/immutable v0.2.0
	github.com/stretchr/testify v1.3.0
)

require (
	github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/huandu/xstrings v1.2.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
)

exclude github.com/benbjohnson/immutable v0.4.0