Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 478121d

Browse files
chore: bump github.com/prometheus/common from 0.55.0 to 0.57.0 (coder#14527)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2368f48 commit 478121d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
name = "coder-${osArch}";
118118
# Updated with ./scripts/update-flake.sh`.
119119
# This should be updated whenever go.mod changes!
120-
vendorHash = "sha256-RtAdfYeBXm+X/BKc+ExOOhQx1NcGNxOXK3ZMmHi2dlg=";
120+
vendorHash = "sha256-331vru1urLmbD5S7sT/PoJeKAXmx2kjX1wvjSHrOKlI=";
121121
proxyVendor = true;
122122
src = ./.;
123123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ require (
150150
github.com/pkg/sftp v1.13.6
151151
github.com/prometheus/client_golang v1.20.1
152152
github.com/prometheus/client_model v0.6.1
153-
github.com/prometheus/common v0.55.0
153+
github.com/prometheus/common v0.57.0
154154
github.com/quasilyte/go-ruleguard/dsl v0.3.21
155155
github.com/robfig/cron/v3 v3.0.1
156156
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@ github.com/prometheus/client_golang v1.20.1/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/j
823823
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
824824
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
825825
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
826-
github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=
827-
github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8=
826+
github.com/prometheus/common v0.57.0 h1:Ro/rKjwdq9mZn1K5QPctzh+MA4Lp0BuYk5ZZEVhoNcY=
827+
github.com/prometheus/common v0.57.0/go.mod h1:7uRPFSUTbfZWsJ7MHY56sqt7hLQu3bxXHDnNhl8E9qI=
828828
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
829829
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
830830
github.com/quasilyte/go-ruleguard/dsl v0.3.21 h1:vNkC6fC6qMLzCOGbnIHOd5ixUGgTbp3Z4fGnUgULlDA=

0 commit comments

Comments
 (0)