Skip to content

Commit

Permalink
bump meshdirectory-web to 1.0.2 (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys authored Mar 15, 2021
1 parent 7d251bf commit d914996
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/unreleased/update-meshdirectory-web.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: bump meshdirectory-web to 1.0.2

Updated meshdirectory-web mod to version 1.0.2 that contains
fixes for OCM invite API links generation.

https://github.com/sciencemesh/meshdirectory-web/pull/1
1 change: 1 addition & 0 deletions examples/meshdirectory/meshdirectory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ timeout = 10
refresh = 900

[http.services.meshdirectory]
mesh_directory_url = 'http://localhost:19001/meshdir/'
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0
github.com/sciencemesh/meshdirectory-web v1.0.1
github.com/sciencemesh/meshdirectory-web v1.0.2
github.com/stretchr/testify v1.7.0
github.com/studio-b12/gowebdav v0.0.0-20200303150724-9380631c29a1
github.com/tus/tusd v1.1.1-0.20200416115059-9deabf9d80c2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,8 @@ github.com/santhosh-tekuri/jsonschema/v2 v2.1.0/go.mod h1:yzJzKUGV4RbWqWIBBP4wSO
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/sciencemesh/meshdirectory-web v1.0.1 h1:pOtHEcH6Aal9FXLGcl8r4/hwOWEbobuHtEpcIwTuT7g=
github.com/sciencemesh/meshdirectory-web v1.0.1/go.mod h1:fJSThTS3xf+sTdL0iXQoaQJssLI7tn7DetHMHUl4SRk=
github.com/sciencemesh/meshdirectory-web v1.0.2 h1:D6CYHkBX1tXJ2tNTZ2GvFwbzxqWL2staUuB/1PhyD8Y=
github.com/sciencemesh/meshdirectory-web v1.0.2/go.mod h1:fJSThTS3xf+sTdL0iXQoaQJssLI7tn7DetHMHUl4SRk=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/segmentio/analytics-go v3.0.1+incompatible/go.mod h1:C7CYBtQWk4vRk2RyLu0qOcbHJ18E3F1HV2C/8JvKN48=
github.com/segmentio/analytics-go v3.1.0+incompatible/go.mod h1:C7CYBtQWk4vRk2RyLu0qOcbHJ18E3F1HV2C/8JvKN48=
Expand Down

0 comments on commit d914996

Please sign in to comment.