File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88  test :
99    strategy :
1010      matrix :
11-         go-version : [1.21 .x, 1.22 .x, 1.23.x, 1.24 .x] 
11+         go-version : [1.23 .x, 1.24 .x, 1.25 .x] 
1212        os : [ubuntu-latest] 
1313    runs-on : ${{ matrix.os }} 
1414    steps :
Original file line number Diff line number Diff line change 88  test :
99    strategy :
1010      matrix :
11-         go-version : [1.23 .x, 1.24 .x] 
11+         go-version : [1.24 .x, 1.25 .x] 
1212        os : [ubuntu-latest, macos-latest, windows-latest] 
1313    runs-on : ${{ matrix.os }} 
1414    steps :
Original file line number Diff line number Diff line change 11module  github.com/go-playground/validator/v10 
22
3- go  1.20  
3+ go  1.24  
44
55require  (
66	github.com/gabriel-vasile/mimetype  v1.4.8 
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew  v1.1.1  h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2+ github.com/davecgh/go-spew  v1.1.1 /go.mod  h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
23github.com/gabriel-vasile/mimetype  v1.4.8  h1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM =
34github.com/gabriel-vasile/mimetype  v1.4.8 /go.mod  h1:ByKUIKGjh1ODkGM1asKUbQZOLGrPjydw3hYPU2YU9t8 =
45github.com/go-playground/assert/v2  v2.2.0  h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s =
@@ -10,7 +11,9 @@ github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91
1011github.com/leodido/go-urn  v1.4.0  h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ =
1112github.com/leodido/go-urn  v1.4.0 /go.mod  h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI =
1213github.com/pmezard/go-difflib  v1.0.0  h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
14+ github.com/pmezard/go-difflib  v1.0.0 /go.mod  h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1315github.com/stretchr/testify  v1.8.4  h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
16+ github.com/stretchr/testify  v1.8.4 /go.mod  h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
1417golang.org/x/crypto  v0.33.0  h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus =
1518golang.org/x/crypto  v0.33.0 /go.mod  h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M =
1619golang.org/x/net  v0.34.0  h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0 =
@@ -20,3 +23,4 @@ golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
2023golang.org/x/text  v0.22.0  h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
2124golang.org/x/text  v0.22.0 /go.mod  h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
2225gopkg.in/yaml.v3  v3.0.1  h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
26+ gopkg.in/yaml.v3  v3.0.1 /go.mod  h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments