Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed May 12, 2024
1 parent e715032 commit 1d151fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module github.com/front-matter/commonmeta
go 1.22.2

require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/microcosm-cc/bluemonday v1.0.26
github.com/spf13/cobra v1.8.0
github.com/xeipuuv/gojsonschema v1.2.0
Expand All @@ -12,8 +14,6 @@ require (

require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down

0 comments on commit 1d151fa

Please sign in to comment.