-
- Downloads
Fix some tests and remove circular dependencies. Work still needs to be done...
Fix some tests and remove circular dependencies. Work still needs to be done to complete key generation and use the right key type depending on which side of the connection you are on.
parent
25325798
No related branches found
Tags
Showing
- auth/fmt.go 1 addition, 1 deletionauth/fmt.go
- auth/fmt_test.go 1 addition, 1 deletionauth/fmt_test.go
- go.mod 2 additions, 1 deletiongo.mod
- go.sum 31 additions, 9 deletionsgo.sum
- interfaces/sidh/sidh.go 0 additions, 0 deletionsinterfaces/sidh/sidh.go
- storage/auth/sentRequest.go 5 additions, 5 deletionsstorage/auth/sentRequest.go
- storage/auth/store.go 2 additions, 2 deletionsstorage/auth/store.go
- storage/utility/sidH.go 2 additions, 2 deletionsstorage/utility/sidH.go
... | @@ -12,6 +12,7 @@ require ( | ... | @@ -12,6 +12,7 @@ require ( |
github.com/mitchellh/mapstructure v1.4.0 // indirect | github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/rogpeppe/godef v1.1.2 // indirect | |||
github.com/smartystreets/assertions v1.0.1 // indirect | github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | github.com/spf13/cast v1.3.1 // indirect | ||
... | @@ -29,7 +30,7 @@ require ( | ... | @@ -29,7 +30,7 @@ require ( |
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
google.golang.org/grpc v1.38.0 | google.golang.org/grpc v1.42.0 | ||
google.golang.org/protobuf v1.27.1 | google.golang.org/protobuf v1.27.1 | ||
gopkg.in/ini.v1 v1.62.0 // indirect | gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
File moved
Please sign in to comment