-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade to golang 1.22, sprout vs. spring, and other updates a…
…nd fixes plus plank upgrade to fix deletes
- Loading branch information
1 parent
d0dc889
commit 4dd3693
Showing
22 changed files
with
414 additions
and
475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,5 @@ tags | |
# End of https://www.gitignore.io/api/vim | ||
dinghy | ||
profile.cov | ||
|
||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,109 @@ | ||
module github.com/armory/dinghy | ||
|
||
require ( | ||
github.com/Masterminds/sprig/v3 v3.2.0 | ||
github.com/armory/go-yaml-tools v0.0.2 | ||
github.com/armory/plank/v4 v4.1.2 | ||
github.com/dlclark/regexp2 v1.7.0 | ||
github.com/go-redis/redis v6.14.1+incompatible | ||
github.com/golang/mock v1.3.1 | ||
dario.cat/mergo v1.0.0 | ||
github.com/armory/go-yaml-tools v1.0.2 | ||
github.com/armory/plank/v4 v4.2.3 | ||
github.com/dlclark/regexp2 v1.11.0 | ||
github.com/go-redis/redis v6.15.9+incompatible | ||
//replaces sprig which is no longer supported | ||
github.com/go-sprout/sprout v0.4.1 | ||
github.com/golang/mock v1.6.0 | ||
github.com/google/go-github/v33 v33.0.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/hashicorp/go-cleanhttp v0.5.1 | ||
github.com/hashicorp/go-retryablehttp v0.6.2 | ||
github.com/imdario/mergo v0.3.11 | ||
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/hashicorp/go-cleanhttp v0.5.2 | ||
github.com/hashicorp/go-retryablehttp v0.7.7 | ||
github.com/jinzhu/copier v0.4.0 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/otiai10/copy v1.14.0 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/xanzy/go-gitlab v0.106.0 | ||
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0 | ||
go.opentelemetry.io/otel/sdk v1.27.0 | ||
go.opentelemetry.io/otel/trace v1.27.0 | ||
golang.org/x/oauth2 v0.21.0 | ||
gorm.io/driver/mysql v1.5.7 | ||
gorm.io/gorm v1.25.10 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.115.0 // indirect | ||
cloud.google.com/go/auth v0.6.0 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect | ||
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
cloud.google.com/go/iam v1.1.9 // indirect | ||
cloud.google.com/go/storage v1.42.0 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/aws/aws-sdk-go v1.54.10 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/go-bongo/go-dotaccess v0.0.0-20190924013105-74ea4f4ca4eb // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.5 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect | ||
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.6 // indirect | ||
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect | ||
github.com/hashicorp/vault/api v1.14.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/oleiade/reflections v1.0.1 // indirect | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/otiai10/copy v1.5.0 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/xanzy/go-gitlab v0.20.1 | ||
go.opentelemetry.io/otel v0.16.0 | ||
go.opentelemetry.io/otel/exporters/stdout v0.16.0 | ||
go.opentelemetry.io/otel/sdk v0.16.0 | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect | ||
golang.org/x/tools v0.1.0 // indirect | ||
gorm.io/driver/mysql v1.0.3 | ||
gorm.io/gorm v1.20.7 | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/ryanuber/go-glob v1.0.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.6.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect | ||
go.opentelemetry.io/otel v1.27.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.27.0 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/api v0.186.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect | ||
google.golang.org/grpc v1.64.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 | ||
|
||
//replace github.com/armory/plank/v4 v4.1.0 => ../plank | ||
|
||
go 1.13 | ||
go 1.21 |
Oops, something went wrong.