-
- Downloads
added poll ndf from comms
Showing
- cmd/root.go 2 additions, 1 deletioncmd/root.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- notifications/notifications.go 1 addition, 0 deletionsnotifications/notifications.go
- notifications/notifications_test.go 6 additions, 0 deletionsnotifications/notifications_test.go
... | @@ -22,7 +22,7 @@ require ( | ... | @@ -22,7 +22,7 @@ require ( |
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | github.com/spf13/viper v1.6.2 | ||
gitlab.com/elixxir/comms v0.0.0-20200212195437-f1bedc602073 | gitlab.com/elixxir/comms v0.0.0-20200212195437-f1bedc602073 // indirect | ||
gitlab.com/elixxir/crypto v0.0.0-20200206203107-b8926242da23 | gitlab.com/elixxir/crypto v0.0.0-20200206203107-b8926242da23 | ||
gitlab.com/elixxir/primitives v0.0.0-20200210205543-5c55c1f6949f | gitlab.com/elixxir/primitives v0.0.0-20200210205543-5c55c1f6949f | ||
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect | golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect | ||
... | ... |
Please register or sign in to comment