diff options
author | Matt Joiner <anacrolix@gmail.com> | 2022-11-06 15:32:52 +1100 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2022-11-06 15:32:52 +1100 |
commit | 4b802bb8180a67eb87ab23fe6ce59de72378723d (patch) | |
tree | 8f1b370f4b8bf79adb167982b5f25c3ba2d5a3aa /go.mod | |
parent | Revert "missing Get func added (#6)" (#8) (diff) | |
download | stm-4b802bb8180a67eb87ab23fe6ce59de72378723d.tar.gz stm-4b802bb8180a67eb87ab23fe6ce59de72378723d.tar.xz |
exclude github.com/benbjohnson/immutable v0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ require ( 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 |