This repository was archived by the owner on Oct 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/monetrapp/rest-api
33go 1.16
44
55require (
6- github.com/MicahParks/keyfunc v0.4.0
6+ github.com/MicahParks/keyfunc v0.4.1
77 github.com/ahmetb/go-linq/v3 v3.2.0
88 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
99 github.com/alicebob/miniredis/v2 v2.14.5
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc
2929github.com/KyleBanks/depth v1.2.1 /go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE =
3030github.com/MicahParks/keyfunc v0.4.0 h1:+4Gj1EJXy09j6e+S+O9jNNdAOxc6Sra6KWCgbLSkL6E =
3131github.com/MicahParks/keyfunc v0.4.0 /go.mod h1:zLNyBGSzTMF3hq4XLLsZsKvxKe0tqHYSfXoFmv9w9g4 =
32+ github.com/MicahParks/keyfunc v0.4.1 h1:fsLilwCp+8QZ0uRrW/4QQ84Wc5e/UDHcXGL9Nc2pNNU =
33+ github.com/MicahParks/keyfunc v0.4.1 /go.mod h1:zLNyBGSzTMF3hq4XLLsZsKvxKe0tqHYSfXoFmv9w9g4 =
3234github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
3335github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI =
3436github.com/PuerkitoBio/purell v1.1.1 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
You can’t perform that action at this time.
0 commit comments