mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
Merge pull request #81 from owncloud/release-0.13.0
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ IMPORT := github.com/owncloud/$(NAME)
|
||||
BIN := bin
|
||||
DIST := dist
|
||||
HUGO := hugo
|
||||
PHOENIX_ASSETS_VERSION = v0.15.0
|
||||
PHOENIX_ASSETS_VERSION = v0.16.0
|
||||
|
||||
ifeq ($(OS), Windows_NT)
|
||||
EXECUTABLE := $(NAME).exe
|
||||
|
||||
6
changelog/0.13.0_2020-08-25/update-phoenix
Normal file
6
changelog/0.13.0_2020-08-25/update-phoenix
Normal file
@@ -0,0 +1,6 @@
|
||||
Change: update Phoenix
|
||||
|
||||
Updated phoenix from v0.15.0 to v0.16.0
|
||||
|
||||
https://github.com/owncloud/ocis-phoenix/pull/81
|
||||
https://github.com/owncloud/phoenix/releases/tag/v0.16.0
|
||||
20
go.mod
20
go.mod
@@ -3,19 +3,25 @@ module github.com/owncloud/ocis-phoenix
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
contrib.go.opencensus.io/exporter/jaeger v0.2.0
|
||||
contrib.go.opencensus.io/exporter/jaeger v0.2.1
|
||||
contrib.go.opencensus.io/exporter/ocagent v0.6.0
|
||||
contrib.go.opencensus.io/exporter/zipkin v0.1.1
|
||||
github.com/UnnoTed/fileb0x v1.1.4
|
||||
github.com/go-chi/chi v4.0.2+incompatible
|
||||
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
|
||||
github.com/micro/cli/v2 v2.1.1
|
||||
github.com/go-chi/chi v4.1.2+incompatible
|
||||
github.com/go-playground/universal-translator v0.17.0 // indirect
|
||||
github.com/mholt/certmagic v0.9.1 // indirect
|
||||
github.com/micro/cli/v2 v2.1.2
|
||||
github.com/micro/go-micro v1.18.0 // indirect
|
||||
github.com/oklog/run v1.0.0
|
||||
github.com/openzipkin/zipkin-go v0.2.2
|
||||
github.com/owncloud/ocis-pkg v1.3.0 // indirect
|
||||
github.com/owncloud/ocis-pkg/v2 v2.2.1
|
||||
github.com/owncloud/ocis-pkg/v2 v2.3.0
|
||||
github.com/restic/calens v0.2.0
|
||||
github.com/spf13/viper v1.6.1
|
||||
go.opencensus.io v0.22.2
|
||||
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
|
||||
go.opencensus.io v0.22.4
|
||||
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
|
||||
google.golang.org/grpc/examples v0.0.0-20200824180931-410880dd7d91 // indirect
|
||||
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
|
||||
)
|
||||
|
||||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user