-
- Downloads
Pull memory leak fix
parent
debcff10
No related branches found
No related tags found
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.12.0 | ||
github.com/ttacon/libphonenumber v1.2.1 | ||
gitlab.com/elixxir/client v1.5.1-0.20220823183159-7d39a948b114 | ||
gitlab.com/elixxir/client v1.5.1-0.20220823212020-e7736fde88fb | ||
gitlab.com/elixxir/comms v0.0.4-0.20220603231314-e47e4af13326 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220606201132-c370d5039cea | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220606195757-40f7a589347f | ||
... | ... | @@ -46,6 +46,7 @@ require ( |
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/pkg/profile v1.6.0 // indirect | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
... | ... |
Please register or sign in to comment