-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from flanksource/update-dependencies
feat: update go version
- Loading branch information
Showing
3 changed files
with
1,675 additions
and
6 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 |
---|---|---|
@@ -1,10 +1,63 @@ | ||
module github.com/flanksource/gitlab-multirepo-deployer | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/xanzy/go-gitlab v0.50.4 | ||
gopkg.in/flanksource/yaml.v3 v3.1.1 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/xanzy/go-gitlab v0.105.0 | ||
gopkg.in/flanksource/yaml.v3 v3.2.3 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect | ||
github.com/flanksource/gomplate/v3 v3.20.4 // indirect | ||
github.com/flanksource/is-healthy v0.0.0-20230705092916-3b4cf510c5fc // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/cel-go v0.16.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gosimple/slug v1.13.1 // indirect | ||
github.com/gosimple/unidecode v1.0.1 // indirect | ||
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf // indirect | ||
github.com/hairyhenderson/yaml v0.0.0-20220618171115-2d35fca545ce // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/itchyny/gojq v0.12.13 // indirect | ||
github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/robertkrimen/otto v0.2.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stoewer/go-strcase v1.2.0 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/yuin/gopher-lua v1.1.0 // indirect | ||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect | ||
golang.org/x/net v0.12.0 // indirect | ||
golang.org/x/oauth2 v0.6.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/sourcemap.v1 v1.0.5 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/api v0.26.4 // indirect | ||
k8s.io/apimachinery v0.26.4 // indirect | ||
k8s.io/klog/v2 v2.100.1 // indirect | ||
k8s.io/utils v0.0.0-20230711102312-30195339c3c7 // indirect | ||
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) |
Oops, something went wrong.