diff options
author | Chris Wendt <chrismwendt@gmail.com> | 2022-06-07 22:13:30 -0600 |
---|---|---|
committer | Chris Wendt <chrismwendt@gmail.com> | 2022-06-07 22:13:30 -0600 |
commit | 477a1bc9d25ff7dcd9224810c0200ba940069197 (patch) | |
tree | b4c28af2ab76ffb15eb36e49ee26b674aca17d7e /go.mod | |
parent | go mod edit -go=1.18 (diff) | |
download | stm-477a1bc9d25ff7dcd9224810c0200ba940069197.tar.gz stm-477a1bc9d25ff7dcd9224810c0200ba940069197.tar.xz |
go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,3 +9,10 @@ require ( 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 +) |