-
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 #157 from projectsyn/deps/bulk-update
Update Go dependencies and Go toolchain
- Loading branch information
Showing
4 changed files
with
159 additions
and
388 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM docker.io/golang:1.22 as build | ||
FROM docker.io/golang:1.23 as build | ||
|
||
WORKDIR /app | ||
|
||
|
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,125 +1,80 @@ | ||
module github.com/projectsyn/steward | ||
|
||
go 1.21 | ||
go 1.23.0 | ||
|
||
toolchain go1.21.4 | ||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/alecthomas/kingpin/v2 v2.4.0 | ||
github.com/deepmap/oapi-codegen/v2 v2.0.0 | ||
github.com/projectsyn/lieutenant-api v0.11.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 | ||
github.com/projectsyn/lieutenant-api v0.12.2 | ||
github.com/stretchr/testify v1.10.0 | ||
go.uber.org/multierr v1.11.0 | ||
golang.org/x/crypto v0.21.0 | ||
k8s.io/api v0.28.3 | ||
k8s.io/apiextensions-apiserver v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
golang.org/x/crypto v0.31.0 | ||
k8s.io/api v0.32.0 | ||
k8s.io/apiextensions-apiserver v0.32.0 | ||
k8s.io/apimachinery v0.32.0 | ||
k8s.io/client-go v0.32.0 | ||
k8s.io/klog v1.0.0 | ||
sigs.k8s.io/controller-runtime v0.16.3 | ||
sigs.k8s.io/controller-runtime v0.19.3 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect | ||
github.com/CloudyKit/jet/v6 v6.2.0 // indirect | ||
github.com/Joker/jade v1.1.3 // indirect | ||
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect | ||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/bytedance/sonic v1.10.2 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect | ||
github.com/chenzhuoyu/iasm v0.9.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/deepmap/oapi-codegen v1.16.2 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/flosch/pongo2/v4 v4.0.2 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/getkin/kin-openapi v0.120.0 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/gin-gonic/gin v1.9.1 // indirect | ||
github.com/go-logr/logr v1.3.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.0 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.16.0 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/emicklei/go-restful/v3 v3.12.1 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/getkin/kin-openapi v0.128.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gnostic-models v0.6.9 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/invopop/yaml v0.2.0 // indirect | ||
github.com/iris-contrib/schema v0.0.6 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/invopop/yaml v0.3.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kataras/blocks v0.0.8 // indirect | ||
github.com/kataras/golog v0.1.11 // indirect | ||
github.com/kataras/iris/v12 v12.2.8 // indirect | ||
github.com/kataras/pio v0.0.13 // indirect | ||
github.com/kataras/sitemap v0.0.6 // indirect | ||
github.com/kataras/tunnel v0.0.4 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/labstack/echo/v4 v4.11.3 // indirect | ||
github.com/labstack/gommon v0.4.1 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/mailgun/raymond/v2 v2.0.48 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/labstack/echo/v4 v4.13.2 // indirect | ||
github.com/labstack/gommon v0.4.2 // indirect | ||
github.com/mailru/easyjson v0.9.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.26 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/oapi-codegen/runtime v1.1.1 // indirect | ||
github.com/perimeterx/marshmallow v1.1.5 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/projectsyn/lieutenant-operator v1.5.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/schollz/closestmatch v2.1.0+incompatible // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/projectsyn/lieutenant-operator v1.11.8 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/taion809/haikunator v0.0.0-20150324135039-4e414e676fd1 // indirect | ||
github.com/tdewolff/minify/v2 v2.20.6 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.4 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.2 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect | ||
github.com/yosssi/ace v0.0.5 // indirect | ||
golang.org/x/arch v0.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.14.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.4.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.8.0 // indirect | ||
golang.org/x/tools v0.28.0 // indirect | ||
google.golang.org/protobuf v1.36.0 // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/klog/v2 v2.110.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect | ||
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect | ||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |
Oops, something went wrong.