Updated go dependencies

This commit is contained in:
David Allen 2024-07-29 19:15:06 -06:00
parent bf5f18a6a1
commit e4c7338142
Signed by: towk
GPG key ID: 793B2924A49B3A3F
2 changed files with 21 additions and 0 deletions

4
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/go-chi/chi/v5 v5.0.12
github.com/lestrrat-go/jwx v1.2.29
github.com/nikolalohinski/gonja/v2 v2.2.0
github.com/rs/zerolog v1.33.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
@ -27,9 +28,12 @@ require (
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx/v2 v2.0.20 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rodaine/table v1.2.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.21.0 // indirect