Skip to content

Commit 4c73280

Browse files
authored
chore: upgrade polaris-spec version (polarismesh#1334)
1 parent 5eefa50 commit 4c73280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080

8181
require (
8282
github.com/DATA-DOG/go-sqlmock v1.5.0
83-
github.com/polarismesh/specification v1.4.2-alpha.9
83+
github.com/polarismesh/specification v1.4.2
8484
)
8585

8686
require github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
296296
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
297297
github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219 h1:XnFyNUWnciM6zgXaz6tm+Egs35rhoD0KGMmKh4gCdi0=
298298
github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219/go.mod h1:4WhwBysTom9Eoy0hQ4W69I0FmO+T0EpjEW9/5sgHoUk=
299-
github.com/polarismesh/specification v1.4.2-alpha.9 h1:5mJB0KcFWaNZFUpR0EtB3N8XbixXFCKQ3KegsEfAQ38=
300-
github.com/polarismesh/specification v1.4.2-alpha.9/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
299+
github.com/polarismesh/specification v1.4.2 h1:Y54jc86sdggM5DAbvxDNeEJxjN1uc8R6g5mV+i74e0E=
300+
github.com/polarismesh/specification v1.4.2/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
301301
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
302302
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk=
303303
github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA=

0 commit comments

Comments
 (0)