Updated go deps

This commit is contained in:
David J. Allen 2024-02-24 21:04:14 -07:00
parent 5fa17355a6
commit ac80ba929c
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
2 changed files with 2 additions and 0 deletions

1
go.mod
View file

@ -6,6 +6,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/lestrrat-go/jwx v1.2.28
github.com/spf13/cobra v1.8.0
golang.org/x/net v0.10.0
gopkg.in/yaml.v2 v2.4.0
)