Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tshak committed Sep 20, 2023
1 parent 4ab8a75 commit e355820
Show file tree
Hide file tree
Showing 14 changed files with 275 additions and 1,820 deletions.
4 changes: 2 additions & 2 deletions config/infra/knative/base/knative-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: knative-serving
namespace: knative-serving
spec:
version: 1.0.0
version: 1.11.0
config:
autoscaler:
scale-to-zero-pod-retention-period: "10m"
Expand All @@ -21,4 +21,4 @@ spec:
local-gateway.mesh: "mesh"
network:
autoTLS: Enabled
httpProtocol: Redirected
httpProtocol: Redirected
10 changes: 5 additions & 5 deletions config/infra/knative/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- namespace.yaml
- knative-serving.yaml
- operator.yaml
- net-certmanager.yaml
- namespace.yaml
- knative-serving.yaml
- operator.yaml
- net-certmanager.yaml

patches:
- config-certmanager.yaml
- config-certmanager.yaml
110 changes: 56 additions & 54 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,78 +2,80 @@ module github.com/riser-platform/riser-server

replace github.com/riser-platform/riser-server/api/v1/model => ./api/v1/model

go 1.17
go 1.21

require (
github.com/bitnami-labs/sealed-secrets v0.15.0
github.com/dustin/go-humanize v1.0.0
github.com/bitnami-labs/sealed-secrets v0.24.0
github.com/dustin/go-humanize v1.0.1
github.com/go-ozzo/ozzo-validation/v3 v3.8.1
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.12
github.com/joho/godotenv v1.3.0
github.com/golang-migrate/migrate/v4 v4.16.2
github.com/google/uuid v1.3.1
github.com/imdario/mergo v0.3.16
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.6.1
github.com/lib/pq v1.7.0
github.com/onrik/logrus v0.9.0
github.com/labstack/echo/v4 v4.11.1
github.com/lib/pq v1.10.9
github.com/onrik/logrus v0.11.0
github.com/pkg/errors v0.9.1
github.com/riser-platform/riser-server/api/v1/model v0.0.0-00010101000000-000000000000
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/riser-platform/riser-server/api/v1/model v0.0.21
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
gotest.tools v2.2.0+incompatible
istio.io/api v0.0.0-20200722144311-7e311b6ce256
istio.io/client-go v0.0.0-20200717004237-1af75184beba
k8s.io/api v0.21.4
k8s.io/apimachinery v0.21.4
k8s.io/client-go v0.21.4
knative.dev/serving v0.27.0
istio.io/api v1.19.0
istio.io/client-go v1.19.0
k8s.io/api v0.28.2
k8s.io/apimachinery v0.28.2
k8s.io/client-go v0.28.2
knative.dev/serving v0.38.1
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.5.0 // indirect
github.com/go-logr/logr v0.4.0 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-containerregistry v0.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-containerregistry v0.16.1 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211104170005-ce137452f963 // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
istio.io/gogo-genproto v0.0.0-20190930162913-45029607206a // indirect
k8s.io/klog/v2 v2.8.0 // indirect
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 // indirect
knative.dev/networking v0.0.0-20211101215640-8c71a2708e7d // indirect
knative.dev/pkg v0.0.0-20211101212339-96c0204a70dc // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
knative.dev/networking v0.0.0-20230918152419-6feaf0cf4a0e // indirect
knative.dev/pkg v0.0.0-20230918163324-7fe699e4f743 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
)
Loading

0 comments on commit e355820

Please sign in to comment.