Skip to content

Commit

Permalink
chore: run lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Nov 28, 2024
1 parent 1774723 commit e5a463d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/projectdiscovery/yamldoc-go v1.0.4 h1:eZoESapnMw6WAHiVgRwNqvbJEfNHEH148uthhFbG5jE=
github.com/projectdiscovery/yamldoc-go v1.0.4/go.mod h1:8PIPRcUD55UbtQdcfFR1hpIGRWG0P7alClXNGt1TBik=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=
Expand Down
5 changes: 3 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ import (
"regexp"
"slices"

"github.com/coreruleset/ftw-tests-schema/v2/types"
"github.com/coreruleset/ftw-tests-schema/v2/types/overrides"
"github.com/invopop/jsonschema"
"github.com/magefile/mage/mg"
"github.com/magefile/mage/sh"

"github.com/coreruleset/ftw-tests-schema/v2/types"
"github.com/coreruleset/ftw-tests-schema/v2/types/overrides"
)

var addLicenseVersion = "v1.1.1" // https://github.com/google/addlicense
Expand Down

0 comments on commit e5a463d

Please sign in to comment.