Skip to content

Commit

Permalink
Merge pull request #149 from orange-cloudfoundry/update-go-version
Browse files Browse the repository at this point in the history
update go version and bump dependancies
  • Loading branch information
loiseaualexandre authored Aug 26, 2024
2 parents ed1075f + b9d2326 commit 114746d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module github.com/orange-cloudfoundry/promfetcher

go 1.22

toolchain go1.22.6
go 1.22.6

require (
code.cloudfoundry.org/gorouter v0.0.0-20240821054628-6823517e5f74
code.cloudfoundry.org/lager v2.0.0+incompatible
code.cloudfoundry.org/localip v0.2.0
code.cloudfoundry.org/localip v0.3.0
code.cloudfoundry.org/tlsconfig v0.1.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/google/uuid v1.6.0
Expand All @@ -19,7 +17,7 @@ require (
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
github.com/pivotal-cf/brokerapi/v7 v7.5.0
github.com/prometheus/client_golang v1.20.1
github.com/prometheus/client_golang v1.20.2
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.55.0
github.com/russross/blackfriday/v2 v2.1.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ code.cloudfoundry.org/gorouter v0.0.0-20240821054628-6823517e5f74/go.mod h1:hUba
code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk=
code.cloudfoundry.org/lager v2.0.0+incompatible h1:WZwDKDB2PLd/oL+USK4b4aEjUymIej9My2nUQ9oWEwQ=
code.cloudfoundry.org/lager v2.0.0+incompatible/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk=
code.cloudfoundry.org/localip v0.2.0 h1:GP9d1tZDCHpoqeZ1VDfwqUPRdKC/Ifc4xkC6JwTZW8I=
code.cloudfoundry.org/localip v0.2.0/go.mod h1:Iw7kyIlGODGytMAbqVQd3OdR5zZ33AEsE2epgHiStqE=
code.cloudfoundry.org/localip v0.3.0 h1:s6nBpmB7y2PwHBuEEWn/0D7t9LO/wQkViFWq4AJcOk0=
code.cloudfoundry.org/localip v0.3.0/go.mod h1:v1O9BCzNN0qAIMjkm3tpgOQNi8/Igibcp+cs494UfEg=
code.cloudfoundry.org/tlsconfig v0.1.0 h1:/SGZk3K7t79cuhSVs/qZXayEnLV1kodmvU3EBcc4E4w=
code.cloudfoundry.org/tlsconfig v0.1.0/go.mod h1:6ymG8DjGLta+bnqdpUmdv88Ikje2VvOTq+8drVe4pUU=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
Expand Down Expand Up @@ -141,8 +141,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.20.1 h1:IMJXHOD6eARkQpxo8KkhgEVFlBNm+nkrFUyGlIu7Na8=
github.com/prometheus/client_golang v1.20.1/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg=
github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ code.cloudfoundry.org/gorouter/common/uuid
# code.cloudfoundry.org/lager v2.0.0+incompatible
## explicit
code.cloudfoundry.org/lager
# code.cloudfoundry.org/localip v0.2.0
# code.cloudfoundry.org/localip v0.3.0
## explicit; go 1.20
code.cloudfoundry.org/localip
# code.cloudfoundry.org/tlsconfig v0.1.0
Expand Down Expand Up @@ -168,7 +168,7 @@ github.com/pivotal-cf/brokerapi/v7/utils
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/prometheus/client_golang v1.20.1
# github.com/prometheus/client_golang v1.20.2
## explicit; go 1.20
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
Expand Down

0 comments on commit 114746d

Please sign in to comment.