-
- Downloads
fix gomod
parent
5e1a004a
Branches
Tags
... | ... | @@ -14,7 +14,7 @@ require ( |
github.com/spf13/viper v1.12.0 | ||
github.com/stretchr/testify v1.8.0 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f | ||
gitlab.com/elixxir/comms v0.0.4-0.20220902165744-4fedc48e463e | ||
gitlab.com/elixxir/comms v0.0.4-0.20220907184530-d8eec143a1e8 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220902165412-5c5e3e990e84 | ||
gitlab.com/elixxir/ekv v0.2.1-0.20220901224437-ab4cbf94bf8b | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220901220638-1acc75fabdc6 | ||
... | ... | @@ -36,7 +36,6 @@ require ( |
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
github.com/elliotchance/orderedmap v1.4.0 // indirect | ||
github.com/forPelevin/gomoji v1.1.6 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
... | ... | @@ -51,7 +50,6 @@ require ( |
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.3.4 // indirect | ||
github.com/rs/cors v1.8.2 // indirect | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
github.com/soheilhy/cmux v0.1.5 // indirect | ||
... | ... |
Please register or sign in to comment