Skip to content

Commit

Permalink
Merge pull request #2975 from weaveworks/policy-parameter-test
Browse files Browse the repository at this point in the history
Bump new OSS version from main branch
  • Loading branch information
Samra10 authored Jun 20, 2023
2 parents b97c364 + 0904c4f commit 07a9d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
github.com/weaveworks/weave-gitops v0.25.1-rc.1
github.com/weaveworks/weave-gitops v0.25.1-rc.1.0.20230616165655-f96476da38e2
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2
github.com/weaveworks/weave-gitops-enterprise/common v0.0.0
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down Expand Up @@ -65,7 +65,6 @@ require (
github.com/spf13/viper v1.15.0
github.com/tonglil/buflogr v1.0.1
github.com/weaveworks/cluster-controller v1.5.2
github.com/weaveworks/gitopssets-controller v0.12.0
github.com/weaveworks/policy-agent/api v1.0.5
github.com/weaveworks/progressive-delivery v0.0.0-20230421131659-61a8aadf8aac
github.com/weaveworks/templates-controller v0.2.0
Expand Down Expand Up @@ -110,6 +109,7 @@ require (
github.com/google/s2a-go v0.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/weaveworks/gitopssets-controller v0.12.0
go.etcd.io/bbolt v1.3.7 // indirect
go.opentelemetry.io/otel/metric v0.37.0 // indirect
google.golang.org/api v0.117.0 // indirect
Expand Down
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,8 @@ github.com/weaveworks/templates-controller v0.2.0 h1:7pWLCoHasLyk1qgDH6N9XVgozZv
github.com/weaveworks/templates-controller v0.2.0/go.mod h1:qO/4Eeqas5kjLCacboFKcisszFMjCjIUMxhtqxYlMUw=
github.com/weaveworks/tf-controller/api v0.0.0-20230416092146-4a7dfa5b6cc4 h1:+IkLtnXzCkhJzojbadPd+UxwaTa6K/Eb2grY6LcYfeo=
github.com/weaveworks/tf-controller/api v0.0.0-20230416092146-4a7dfa5b6cc4/go.mod h1:LUBkwqS7FHz/QTNuYzvWj6svehhh1djnV0Gj3OTc87E=
github.com/weaveworks/weave-gitops v0.25.1-rc.1 h1:TSLgRESuBD+mTecAD4gRx7cx5O1CT4Yi73S0A9+Xq5Y=
github.com/weaveworks/weave-gitops v0.25.1-rc.1/go.mod h1:fYTF4si7jV/IGCV+VI8fVXDxHo9Hni2phNaRmPu7Dn8=
github.com/weaveworks/weave-gitops v0.25.1-rc.1.0.20230616165655-f96476da38e2 h1:qfi1/oTKvUPPuj8JxDZ319SYnXNHmxgJmvMyHwmwPak=
github.com/weaveworks/weave-gitops v0.25.1-rc.1.0.20230616165655-f96476da38e2/go.mod h1:CzrDbpmtNcZ1ZQqB+fK2jXamrR3LdD0x48clB2aiUd0=
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2 h1:7jeiQehqmI4ds6YIq8TW1Vqhlb6V7G2BVRJ8VM3r99I=
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2/go.mod h1:6PMYg+VtSNePnP7EXyNG+/hNRNZ3r0mQtolIZU4s/J0=
github.com/xanzy/go-gitlab v0.83.0 h1:37p0MpTPNbsTMKX/JnmJtY8Ch1sFiJzVF342+RvZEGw=
Expand Down Expand Up @@ -2037,4 +2037,4 @@ sigs.k8s.io/testing_frameworks v0.1.2/go.mod h1:ToQrwSC3s8Xf/lADdZp3Mktcql9CG0UA
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=

0 comments on commit 07a9d6a

Please sign in to comment.