File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/sigstore/rekor/hack/tools
22
3- go 1.22.0
3+ go 1.23.0
4+
45toolchain go1.24.1
56
67require (
78 github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230329111138-12e09aba5ebd
8- github.com/go-swagger/go-swagger v0.31.0
9+ github.com/go-swagger/go-swagger v0.32.3
910 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
1011)
1112
@@ -28,6 +29,7 @@ require (
2829 github.com/go-openapi/strfmt v0.23.0 // indirect
2930 github.com/go-openapi/swag v0.23.0 // indirect
3031 github.com/go-openapi/validate v0.24.0 // indirect
32+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3133 github.com/google/uuid v1.6.0 // indirect
3234 github.com/gorilla/handlers v1.5.2 // indirect
3335 github.com/hashicorp/hcl v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,10 @@ github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+Gr
4444github.1485827954.workers.dev/go-openapi/swag v0.23.0 /go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ =
4545github.1485827954.workers.dev/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58 =
4646github.1485827954.workers.dev/go-openapi/validate v0.24.0 /go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ =
47- github.com/go-swagger/go-swagger v0.31.0 h1:H8eOYQnY2u7vNKWDNykv2xJP3pBhRG/R+SOCAmKrLlc =
48- github.com/go-swagger/go-swagger v0.31.0 /go.mod h1:WSigRRWEig8zV6t6Sm8Y+EmUjlzA/HoaZJ5edupq7po =
47+ github.com/go-swagger/go-swagger v0.32.3 h1:bhAfZ4WaFXyPuw2OrXg34rOcUBR++fpVdonRRYzBK1c =
48+ github.com/go-swagger/go-swagger v0.32.3 /go.mod h1:lAwO1nKff3qNRJYVQeTCl1am5pcNiiA2VyDf8TqzS24 =
49+ github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
50+ github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
4951github.1485827954.workers.dev/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
5052github.1485827954.workers.dev/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
5153github.1485827954.workers.dev/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments