diff options
author | Matt Joiner <anacrolix@gmail.com> | 2022-12-21 10:36:16 +1100 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2022-12-21 10:36:16 +1100 |
commit | 13402ad04abaaa2fa8947de673aea3cf76e4b976 (patch) | |
tree | 01ac159d8f8fc87c7c5370a52905ef0def6dd7f5 /go.mod | |
parent | Add go test CI action (diff) | |
download | stm-13402ad04abaaa2fa8947de673aea3cf76e4b976.tar.gz stm-13402ad04abaaa2fa8947de673aea3cf76e4b976.tar.xz |
Update immutable to use comparable key constraints
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,8 @@ require ( 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.0 + github.com/benbjohnson/immutable v0.4.1-0.20221220213129-8932b999621d github.com/stretchr/testify v1.4.0 - golang.org/x/exp v0.0.0-20221026004748-78e5e7837ae6 ) require ( @@ -18,5 +17,6 @@ require ( 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 ) |