-
- Downloads
Merge branch 'xx-1757' into 'release'
Xx 1757 See merge request !312
No related branches found
No related tags found
Showing
- api/connect.go 1 addition, 1 deletionapi/connect.go
- api/private.go 2 additions, 3 deletionsapi/private.go
- api/register.go 3 additions, 4 deletionsapi/register.go
- cmd/root.go 6 additions, 2 deletionscmd/root.go
- go.mod 1 addition, 3 deletionsgo.mod
- go.sum 134 additions, 13 deletionsgo.sum
- io/updateNdf.go 3 additions, 6 deletionsio/updateNdf.go
- user/session.go 0 additions, 1 deletionuser/session.go
... | @@ -7,7 +7,6 @@ require ( | ... | @@ -7,7 +7,6 @@ require ( |
github.com/golang/protobuf v1.3.2 | github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.4.0 // indirect | github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect | github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | |||
github.com/pelletier/go-toml v1.6.0 // indirect | github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/pkg/errors v0.8.1 | github.com/pkg/errors v0.8.1 | ||
github.com/smartystreets/assertions v1.0.1 // indirect | github.com/smartystreets/assertions v1.0.1 // indirect | ||
... | @@ -17,11 +16,10 @@ require ( | ... | @@ -17,11 +16,10 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.1 | github.com/spf13/viper v1.6.1 | ||
gitlab.com/elixxir/comms v0.0.0-20200106224700-3bc86e95b8af | gitlab.com/elixxir/comms v0.0.0-20200108181118-c0b7fae36425 | ||
gitlab.com/elixxir/crypto v0.0.0-20200108005412-8159c60663f9 | gitlab.com/elixxir/crypto v0.0.0-20200108005412-8159c60663f9 | ||
gitlab.com/elixxir/primitives v0.0.0-20200108174340-0922447aec92 | gitlab.com/elixxir/primitives v0.0.0-20200108174340-0922447aec92 | ||
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 | golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 | ||
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect | golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect | ||
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect | |||
gopkg.in/ini.v1 v1.51.1 // indirect | gopkg.in/ini.v1 v1.51.1 // indirect | ||
) | ) |
This diff is collapsed.
Please register or sign in to comment