File tree Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/google/go-cmp v0.6.0
15
15
github.com/open-feature/flagd-schemas v0.2.9-0.20240708163558-2aa89b314322
16
16
github.com/open-feature/open-feature-operator/apis v0.2.44
17
- github.com/prometheus/client_golang v1.19.1
17
+ github.com/prometheus/client_golang v1.20.3
18
18
github.com/robfig/cron v1.2.0
19
19
github.com/stretchr/testify v1.9.0
20
20
github.com/twmb/murmur3 v1.1.8
@@ -79,6 +79,7 @@ require (
79
79
github.com/imdario/mergo v0.3.16 // indirect
80
80
github.com/josharian/intern v1.0.0 // indirect
81
81
github.com/json-iterator/go v1.1.12 // indirect
82
+ github.com/klauspost/compress v1.17.9 // indirect
82
83
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
83
84
github.com/mailru/easyjson v0.7.7 // indirect
84
85
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Original file line number Diff line number Diff line change @@ -1463,6 +1463,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
1463
1463
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
1464
1464
github.com/klauspost/asmfmt v1.3.2 /go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE =
1465
1465
github.com/klauspost/compress v1.15.9 /go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU =
1466
+ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA =
1467
+ github.com/klauspost/compress v1.17.9 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
1466
1468
github.com/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
1467
1469
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM =
1468
1470
github.com/klauspost/cpuid/v2 v2.2.7 /go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws =
@@ -1527,6 +1529,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
1527
1529
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1528
1530
github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE =
1529
1531
github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
1532
+ github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
1533
+ github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
1530
1534
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1531
1535
github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1532
1536
github.com/prometheus/client_model v0.3.0 /go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/dimiro1/banner v1.1.0
11
11
github.com/mattn/go-colorable v0.1.13
12
12
github.com/open-feature/flagd/core v0.10.1
13
- github.com/prometheus/client_golang v1.19.1
13
+ github.com/prometheus/client_golang v1.20.3
14
14
github.com/spf13/cobra v1.8.1
15
15
github.com/spf13/viper v1.19.0
16
16
go.opentelemetry.io/otel/exporters/prometheus v0.50.0
@@ -48,6 +48,7 @@ require (
48
48
github.com/inconshreveable/mousetrap v1.1.0 // indirect
49
49
github.com/josharian/intern v1.0.0 // indirect
50
50
github.com/json-iterator/go v1.1.12 // indirect
51
+ github.com/klauspost/compress v1.17.9 // indirect
51
52
github.com/magiconair/properties v1.8.7 // indirect
52
53
github.com/mailru/easyjson v0.7.7 // indirect
53
54
github.com/mattn/go-isatty v0.0.20 // indirect
Original file line number Diff line number Diff line change @@ -1438,6 +1438,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
1438
1438
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
1439
1439
github.com/klauspost/asmfmt v1.3.2 /go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE =
1440
1440
github.com/klauspost/compress v1.15.9 /go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU =
1441
+ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA =
1442
+ github.com/klauspost/compress v1.17.9 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
1441
1443
github.com/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
1442
1444
github.com/kr/fs v0.1.0 /go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg =
1443
1445
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
@@ -1517,6 +1519,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
1517
1519
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1518
1520
github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE =
1519
1521
github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
1522
+ github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
1523
+ github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
1520
1524
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1521
1525
github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1522
1526
github.com/prometheus/client_model v0.3.0 /go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/gorilla/mux v1.8.1
14
14
github.com/mattn/go-colorable v0.1.13
15
15
github.com/open-feature/flagd/core v0.10.1
16
- github.com/prometheus/client_golang v1.19.1
16
+ github.com/prometheus/client_golang v1.20.3
17
17
github.com/rs/cors v1.11.1
18
18
github.com/rs/xid v1.5.0
19
19
github.com/spf13/cobra v1.8.1
@@ -62,6 +62,7 @@ require (
62
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
63
63
github.com/josharian/intern v1.0.0 // indirect
64
64
github.com/json-iterator/go v1.1.12 // indirect
65
+ github.com/klauspost/compress v1.17.9 // indirect
65
66
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
66
67
github.com/magiconair/properties v1.8.7 // indirect
67
68
github.com/mailru/easyjson v0.7.7 // indirect
Original file line number Diff line number Diff line change @@ -1457,6 +1457,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
1457
1457
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
1458
1458
github.com/klauspost/asmfmt v1.3.2 /go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE =
1459
1459
github.com/klauspost/compress v1.15.9 /go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU =
1460
+ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA =
1461
+ github.com/klauspost/compress v1.17.9 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
1460
1462
github.com/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
1461
1463
github.com/klauspost/cpuid/v2 v2.2.7 h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM =
1462
1464
github.com/klauspost/cpuid/v2 v2.2.7 /go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws =
@@ -1540,6 +1542,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
1540
1542
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1541
1543
github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE =
1542
1544
github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
1545
+ github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
1546
+ github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
1543
1547
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1544
1548
github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
1545
1549
github.com/prometheus/client_model v0.3.0 /go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w =
You can’t perform that action at this time.
0 commit comments