-
- Downloads
remove auth from client endpoints
... | ... | @@ -17,7 +17,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210429222550-0cbb396aaacd | ||
gitlab.com/elixxir/comms v0.0.4-0.20210504172254-e591cfb12750 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210413184512-e41c09223958 | ||
gitlab.com/elixxir/ekv v0.1.5 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210427004615-c68ecf15fcf3 | ||
... | ... |
... | ... | @@ -263,6 +263,8 @@ gitlab.com/elixxir/comms v0.0.4-0.20210423203408-dc8bf3dbd86b h1:iie2Lsj/kMBi7io |
gitlab.com/elixxir/comms v0.0.4-0.20210423203408-dc8bf3dbd86b/go.mod h1:ld2cWRyYD9jxAFRR1FYAZce7FV25YMIjKUdCJF7Of44= | ||
gitlab.com/elixxir/comms v0.0.4-0.20210429222550-0cbb396aaacd h1:goYpN2Zg0x/QxZt0OiyvZsgRlJyP/m9NH+vY8lLm65Y= | ||
gitlab.com/elixxir/comms v0.0.4-0.20210429222550-0cbb396aaacd/go.mod h1:ld2cWRyYD9jxAFRR1FYAZce7FV25YMIjKUdCJF7Of44= | ||
gitlab.com/elixxir/comms v0.0.4-0.20210504172254-e591cfb12750 h1:8r8XAvI7HXzhTk+wr0FGU6oFJLWZT0O1/4mheXMGx30= | ||
gitlab.com/elixxir/comms v0.0.4-0.20210504172254-e591cfb12750/go.mod h1:ld2cWRyYD9jxAFRR1FYAZce7FV25YMIjKUdCJF7Of44= | ||
gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4 h1:28ftZDeYEko7xptCZzeFWS1Iam95dj46TWFVVlKmw6A= | ||
gitlab.com/elixxir/crypto v0.0.0-20200804182833-984246dea2c4/go.mod h1:ucm9SFKJo+K0N2GwRRpaNr+tKXMIOVWzmyUD0SbOu2c= | ||
gitlab.com/elixxir/crypto v0.0.3 h1:znCt/x2bL4y8czTPaaFkwzdgSgW3BJc/1+dxyf1jqVw= | ||
... | ... |
Please register or sign in to comment