File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.26.3
44
55require (
66 github.com/99designs/gqlgen v0.17.89
7- github.com/easel/fizeau v0.14.32
7+ github.com/easel/fizeau v0.14.33
88 github.com/fatih/color v1.18.0
99 github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1010 github.com/itchyny/gojq v0.12.19
@@ -13,7 +13,6 @@ require (
1313 github.com/spf13/viper v1.21.0
1414 github.com/stretchr/testify v1.11.1
1515 github.com/vektah/gqlparser/v2 v2.5.32
16- go.opentelemetry.io/otel/trace v1.43.0
1716 golang.org/x/text v0.34.0
1817 golang.org/x/tools v0.42.0
1918 gopkg.in/yaml.v3 v3.0.1
@@ -79,6 +78,7 @@ require (
7978 github.com/x448/float16 v0.8.4 // indirect
8079 go.opentelemetry.io/otel v1.43.0 // indirect
8180 go.opentelemetry.io/otel/metric v1.43.0 // indirect
81+ go.opentelemetry.io/otel/trace v1.43.0 // indirect
8282 go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect
8383 go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
8484 golang.org/x/crypto v0.48.0 // indirect
Original file line number Diff line number Diff line change @@ -85,12 +85,8 @@ github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
8585github.com/djherbis/times v1.6.0 /go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0 =
8686github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI =
8787github.com/dnaeon/go-vcr v1.2.0 /go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ =
88- github.com/easel/fizeau v0.14.1 h1:E9G8/Tn1KGlN+9BrkxX8i2GWspF05IhLb1VECuRHaL4 =
89- github.com/easel/fizeau v0.14.1 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
90- github.com/easel/fizeau v0.14.29 h1:hR3uphAo6vVGiDUmWfDnyk2VDsPsLHx5f6eSwWwS8Z4 =
91- github.com/easel/fizeau v0.14.29 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
92- github.com/easel/fizeau v0.14.32 h1:lrZww7UlOEkwFDqiJ8nCkZ0hmAQQlE3uHzDp693Pkac =
93- github.com/easel/fizeau v0.14.32 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
88+ github.com/easel/fizeau v0.14.33 h1:Sjo3gEPiANGc4YCkJ7cqJiNRF9LH83YwFP6UlZDB3rE =
89+ github.com/easel/fizeau v0.14.33 /go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y =
9490github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM =
9591github.com/fatih/color v1.18.0 /go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU =
9692github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
You can’t perform that action at this time.
0 commit comments